Skip to content

Commit 9f388e9

Browse files
authored
Merge pull request libgit2#4990 from libgit2/remove_time_monotonic
Remove `git_time_monotonic`
2 parents d900dde + e6c6d3b commit 9f388e9

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

include/git2/sys/time.h

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/util.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -864,11 +864,6 @@ int git__utf8_iterate(const uint8_t *str, int str_len, int32_t *dst)
864864
return length;
865865
}
866866

867-
double git_time_monotonic(void)
868-
{
869-
return git__timer();
870-
}
871-
872867
size_t git__utf8_valid_buf_length(const uint8_t *str, size_t str_len)
873868
{
874869
size_t offset = 0;

0 commit comments

Comments
 (0)