From a952b9867d21b032655ac6c0eaabb558e7875926 Mon Sep 17 00:00:00 2001 From: Nikolai Vladimirov Date: Tue, 23 Apr 2013 21:28:28 +0300 Subject: remove git_remote_pushspec --- include/git2/remote.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/git2/remote.h') 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 @@ -181,15 +181,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 * -- cgit v1.2.1