Thanks to visit codestin.com
Credit goes to github.com

Skip to content

git_fetch__download_pack() unused function? #3093

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

Closed
tfarina opened this issue May 2, 2015 · 1 comment
Closed

git_fetch__download_pack() unused function? #3093

tfarina opened this issue May 2, 2015 · 1 comment

Comments

@tfarina
Copy link

tfarina commented May 2, 2015

https://github.com/libgit2/libgit2/blob/master/src/fetch.h#L16

$ g grep git_fetch__download_pack
src/fetch.h:int git_fetch__download_pack(

Bye,

@mplough
Copy link
Contributor

mplough commented Jun 30, 2015

This function was originally added in commit 2c982da on October 5, 2011. The implementation was removed in commit 41fb1ca on October 29, 2012, but the function declaration remains. It is safe to remove the declaration at this point.

ethomson added a commit that referenced this issue Jun 30, 2015
Fix #3093 - remove declaration of unused function git_fetch__download…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants