aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'wildcard.c')
-rw-r--r--wildcard.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/wildcard.c b/wildcard.c
index 36f86fb6..1421f441 100644
--- a/wildcard.c
+++ b/wildcard.c
@@ -79,12 +79,6 @@ static int wildcard_match2( const wchar_t *str,
{
if( wildcard_match2( str, wc+1, 0 ) )
return 1;
-
- if( *wc == ANY_STRING_RECURSIVE
- && ( wildcard_match2(str+1, wc, 0) || wildcard_match2(str+1, wc+1, 0) ) ) {
- return 1;
- }
-
}
while( *(str++) != 0 );