Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2012-10-15 10:25:53 +0400
committerJunio C Hamano <gitster@pobox.com>2012-10-16 01:58:17 +0400
commitb0e0287626d6257dd45df5502a07efd15a7255bc (patch)
treee80d769da1874dd6e492139611e33d73f2c5339d /wildmatch.h
parent5230f605e1afd4e3824aae069a5f1bead6f1647f (diff)
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 e7f1a35f2a..562faa35a5 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);