refspec: git_refspec_parse() does not exist

This commit is contained in:
Carlos Martín Nieto 2014-04-01 20:17:49 +02:00
parent 2450d4c63a
commit f28e4c97b3

View File

@ -23,7 +23,6 @@ struct git_refspec {
#define GIT_REFSPEC_TAGS "refs/tags/*:refs/tags/*"
int git_refspec_parse(struct git_refspec *refspec, const char *str);
int git_refspec__parse(
struct git_refspec *refspec,
const char *str,