Glob.xs: Remove comment
authorFather Chrysostomos <sprout@cpan.org>
Sat, 29 Oct 2011 07:36:12 +0000 (00:36 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 29 Oct 2011 07:36:12 +0000 (00:36 -0700)
This not longer applies really, as I’ve significantly modified it.

ext/File-Glob/Glob.xs

index 1171769..a4c9bd7 100644 (file)
@@ -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))
 {