Removed unused util_wildmatch function.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 22 Sep 2014 17:40:01 +0000 (19:40 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 22 Sep 2014 17:40:01 +0000 (19:40 +0200)
commitbb6724bf85974d21c2095815d7c932afac7acb97
treeb00d3db21b79707e7e6a884616a330646227d1d3
parent8840d7091808856bc0eaaa97809808a38734c9c2
Removed unused util_wildmatch function.

This was only used to test the wildmatching, but the autocmd allow always to
match against list of patterns.
src/autocmd.c
src/util.c
src/util.h
tests/test-util.c