From b0e0287626d6257dd45df5502a07efd15a7255bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Mon, 15 Oct 2012 13:25:53 +0700 Subject: wildmatch: remove unnecessary functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- wildmatch.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'wildmatch.h') diff --git a/wildmatch.h b/wildmatch.h index e7f1a35f2..562faa35a 100644 --- a/wildmatch.h +++ b/wildmatch.h @@ -2,5 +2,3 @@ int wildmatch(const char *pattern, const char *text); int iwildmatch(const char *pattern, const char *text); -int wildmatch_array(const char *pattern, const char*const *texts, int where); -int litmatch_array(const char *string, const char*const *texts, int where); -- cgit v1.2.1