Commit f28e4c97b38c1ec60dc6ce6e5306067ad24aeb8e

Carlos Martín Nieto 2014-04-01T20:17:49

refspec: git_refspec_parse() does not exist

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/refspec.h b/src/refspec.h
index 375465f..9a87c97 100644
--- a/src/refspec.h
+++ b/src/refspec.h
@@ -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,