summaryrefslogtreecommitdiff
path: root/src/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch.h')
-rw-r--r--src/fetch.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fetch.h b/src/fetch.h
index aa2a87715..0412d4e44 100644
--- a/src/fetch.h
+++ b/src/fetch.h
@@ -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