there is no need to match filename for **

master
Daniel Kolesa 2017-06-10 20:10:56 +02:00
parent eba541842c
commit 374194bba6
1 changed files with 0 additions and 6 deletions

View File

@ -182,12 +182,6 @@ namespace detail {
continue;
}
/* otherwise also match files */
auto p = dp.filename();
if (
!glob_matches_filename(p.c_str(), cur.c_str())
) {
continue;
}
glob_match_impl(out, beg, end, dp);
}
return;