summaryrefslogtreecommitdiff
path: root/wildmatch.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2012-10-15 06:25:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-10-15 21:58:17 (GMT)
commitb0e0287626d6257dd45df5502a07efd15a7255bc (patch)
treee80d769da1874dd6e492139611e33d73f2c5339d /wildmatch.h
parent5230f605e1afd4e3824aae069a5f1bead6f1647f (diff)
downloadgit-b0e0287626d6257dd45df5502a07efd15a7255bc.zip
git-b0e0287626d6257dd45df5502a07efd15a7255bc.tar.gz
git-b0e0287626d6257dd45df5502a07efd15a7255bc.tar.bz2
wildmatch: remove unnecessary functions
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wildmatch.h')
-rw-r--r--wildmatch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/wildmatch.h b/wildmatch.h
index e7f1a35..562faa3 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);