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

Skip to content

Commit aa92c31

Browse files
committed
Merge pull request libgit2#3278 from mplough/master
Fix libgit2#3093 - remove declaration of unused function git_fetch__download…
2 parents 2f60073 + 9126cca commit aa92c31

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/fetch.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ int git_fetch_negotiate(git_remote *remote, const git_fetch_options *opts);
1313

1414
int git_fetch_download_pack(git_remote *remote, const git_remote_callbacks *callbacks);
1515

16-
int git_fetch__download_pack(
17-
git_transport *t,
18-
git_repository *repo,
19-
git_transfer_progress *stats,
20-
git_transfer_progress_cb progress_cb,
21-
void *progress_payload);
22-
2316
int git_fetch_setup_walk(git_revwalk **out, git_repository *repo);
2417

2518
#endif

0 commit comments

Comments
 (0)