diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2012-10-15 13:25:53 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-15 14:58:17 -0700 |
commit | b0e0287626d6257dd45df5502a07efd15a7255bc (patch) | |
tree | e80d769da1874dd6e492139611e33d73f2c5339d /wildmatch.h | |
parent | 5230f605e1afd4e3824aae069a5f1bead6f1647f (diff) | |
download | git-b0e0287626d6257dd45df5502a07efd15a7255bc.tar.gz |
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.h | 2 |
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); |