Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove git_time_monotonic #4990

Merged
merged 1 commit into from
Feb 20, 2019
Merged

Remove git_time_monotonic #4990

merged 1 commit into from
Feb 20, 2019

Conversation

ethomson
Copy link
Member

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.

`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.
@pks-t pks-t merged commit 9f388e9 into master Feb 20, 2019
@pks-t
Copy link
Member

pks-t commented Feb 20, 2019

More code removal 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants