summaryrefslogtreecommitdiffstats
path: root/src/filepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filepath.c')
-rw-r--r--src/filepath.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/filepath.c b/src/filepath.c
index f61603fa6f..646a25e62e 100644
--- a/src/filepath.c
+++ b/src/filepath.c
@@ -3136,7 +3136,6 @@ expand_wildcards(
if ((flags & EW_KEEPALL) || retval == FAIL)
return retval;
-#ifdef FEAT_WILDIGN
/*
* Remove names that match 'wildignore'.
*/
@@ -3172,7 +3171,6 @@ expand_wildcards(
return FAIL;
}
}
-#endif
/*
* Move the names where 'suffixes' match to the end.