X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/ac0dcfaef6347918fec76edc4f9ee82e20f739b0..aeeaa4ddd1f89e0376795b3b41c3f24b73c42460:/ext/File-Glob/Glob.xs diff --git a/ext/File-Glob/Glob.xs b/ext/File-Glob/Glob.xs index 1171769..a4c9bd7 100644 --- a/ext/File-Glob/Glob.xs +++ b/ext/File-Glob/Glob.xs @@ -61,7 +61,6 @@ doglob(pTHX_ const char *pattern, int flags) } } -/* borrowed heavily from gsar's File::DosGlob, but translated into C */ static void iterate(pTHX_ bool(*globber)(pTHX_ SV *entries, SV *patsv)) {