Remove `git_time_monotonic`
`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.
Showing
include/git2/sys/time.h
deleted
100644 → 0
Please
register
or
sign in
to comment