summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
diff options
context:
space:
mode:
authorNikolai Vladimirov <nikolay@vladimiroff.com>2013-04-23 21:28:28 +0300
committerNikolai Vladimirov <nikolay@vladimiroff.com>2013-04-23 21:28:28 +0300
commita952b9867d21b032655ac6c0eaabb558e7875926 (patch)
tree4f8e1d287fae5da54f18b0842b797282312580af /include/git2/remote.h
parent9a9de29d36c82d20a821b9b076ad388364bc5553 (diff)
downloadlibgit2-a952b9867d21b032655ac6c0eaabb558e7875926.tar.gz
remove git_remote_pushspec
Diffstat (limited to 'include/git2/remote.h')
-rw-r--r--include/git2/remote.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 5dcd93099..f02b95678 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -182,15 +182,6 @@ GIT_EXTERN(int) git_remote_add_push(git_remote *remote, const char *refspec);
GIT_EXTERN(int) git_remote_get_push_refspecs(git_strarray *array, git_remote *remote);
/**
- * Get the push refspec
- *
- * @param remote the remote
- * @return a pointer to the push refspec or NULL if it doesn't exist
- */
-
-GIT_EXTERN(const git_refspec *) git_remote_pushspec(const git_remote *remote);
-
-/**
* Clear the refspecs
*
* Remove all configured fetch and push refspecs from the remote.