dir.c: remove dead function fnmatch_icase()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 22 Apr 2016 12:25:15 +0000 (19:25 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Apr 2016 21:07:45 +0000 (14:07 -0700)
It was largely replaced by fnmatch_icase_mem() and its last use was in
84b8b5d (remove match_pathspec() in favor of match_pathspec_depth() -
2013-07-14).

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found