summaryrefslogtreecommitdiff
path: root/include/git2/sys/time.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove `git_time_monotonic`remove_time_monotonicEdward Thomson2019-02-171-31/+0
| | | | | | | | | | `git_time_monotonic` was added so that non-native bindings like rugged could get high-resolution timing for benchmarking. However, this is outside the scope of libgit2 *and* rugged decided not to use this function in the first place. Google suggests that absolutely _nobody_ is using this function and we don't want to be in the benchmarking business. Remove the function.
* time: Export `git_time_monotonic`vmg/timeVicent Marti2016-09-131-0/+31