From 860fdf1e6ebd767cf702d952e2dcdccd86e7a208 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 16 May 2018 15:58:06 -0700 Subject: refspec: remove the deprecated functions Now that there are no callers of 'parse_push_refspec()', 'parse_fetch_refspec()', and 'free_refspec()', remove these functions. Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano --- refspec.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'refspec.h') diff --git a/refspec.h b/refspec.h index 1063c64ccc..7e1ff94ac9 100644 --- a/refspec.h +++ b/refspec.h @@ -14,11 +14,6 @@ struct refspec_item { char *dst; }; -struct refspec_item *parse_fetch_refspec(int nr_refspec, const char **refspec); -struct refspec_item *parse_push_refspec(int nr_refspec, const char **refspec); - -void free_refspec(int nr_refspec, struct refspec_item *refspec); - #define REFSPEC_FETCH 1 #define REFSPEC_PUSH 0 -- cgit v1.3