From 947f659f969b318eb7757656e28188e5d2d0f5cf Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Fri, 19 Feb 2016 15:45:12 -0800 Subject: Miscellaneous cleanup and dead code removal Noticed by cppcheck --- src/wildcard.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/wildcard.h') diff --git a/src/wildcard.h b/src/wildcard.h index 87ae147d..3a9a869f 100644 --- a/src/wildcard.h +++ b/src/wildcard.h @@ -77,9 +77,6 @@ int wildcard_expand_string(const wcstring &wc, const wcstring &working_directory */ bool wildcard_match(const wcstring &str, const wcstring &wc, bool leading_dots_fail_to_match = false); -/* Like wildcard_match, but returns a fuzzy match type */ -enum fuzzy_match_type_t wildcard_match_fuzzy(const wcstring &str, const wcstring &wc, bool leading_dots_fail_to_match = false, enum fuzzy_match_type_t max_type = fuzzy_match_none); - /** Check if the specified string contains wildcards */ bool wildcard_has(const wcstring &, bool internal); bool wildcard_has(const wchar_t *, bool internal); -- cgit v1.2.3