Glob.xs: remove unused vars
authorFather Chrysostomos <sprout@cpan.org>
Sat, 5 Nov 2011 23:29:26 +0000 (16:29 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 5 Nov 2011 23:29:26 +0000 (16:29 -0700)
These are left over from the refactoring that took place
with commit 1bb8785a.

ext/File-Glob/Glob.xs

index 2ec500d..0c03e12 100644 (file)
@@ -332,11 +332,7 @@ void
 bsd_glob(pattern,...)
     char *pattern
 PREINIT:
-    glob_t pglob;
-    int i;
-    int retval;
     int flags = 0;
-    SV *tmp;
 PPCODE:
     {
        /* allow for optional flags argument */