diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2012-10-15 08:25:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-15 23:58:17 +0200 |
commit | b0e0287626d6257dd45df5502a07efd15a7255bc (patch) | |
tree | e80d769da1874dd6e492139611e33d73f2c5339d /wildmatch.h | |
parent | Import wildmatch from rsync (diff) | |
download | git-b0e0287626d6257dd45df5502a07efd15a7255bc.tar.xz git-b0e0287626d6257dd45df5502a07efd15a7255bc.zip |
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); |