diff options
Diffstat (limited to 'include/git2/remote.h')
| -rw-r--r-- | include/git2/remote.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index 0d4ee99a0..9f37dc2f3 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -601,16 +601,6 @@ GIT_EXTERN(void) git_remote_set_autotag( GIT_EXTERN(int) git_remote_prune_refs(const git_remote *remote); /** - * Set the ref-prune setting - * - * @param remote the remote to configure - * @param value a boolean value - */ -GIT_EXTERN(void) git_remote_set_prune_refs( - git_remote *remote, - int value); - -/** * Give the remote a new name * * All remote-tracking branches and configuration settings |
