mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 16:13:13 +00:00
Fix #3093 - remove declaration of unused function git_fetch__download_pack
Function was added in commit2c982daa2e
on October 5, 2011, and removed in commit41fb1ca0ec
on October 29, 2012. Given the length of time it's gone unused, it's safe to remove now.
This commit is contained in:
parent
2f60073dc5
commit
9126ccac96
@ -13,13 +13,6 @@ int git_fetch_negotiate(git_remote *remote, const git_fetch_options *opts);
|
||||
|
||||
int git_fetch_download_pack(git_remote *remote, const git_remote_callbacks *callbacks);
|
||||
|
||||
int git_fetch__download_pack(
|
||||
git_transport *t,
|
||||
git_repository *repo,
|
||||
git_transfer_progress *stats,
|
||||
git_transfer_progress_cb progress_cb,
|
||||
void *progress_payload);
|
||||
|
||||
int git_fetch_setup_walk(git_revwalk **out, git_repository *repo);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user