remove git_remote_pushspec

This commit is contained in:
Nikolai Vladimirov 2013-04-23 21:28:28 +03:00
parent 9a9de29d36
commit a952b9867d

View File

@ -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
*