summaryrefslogtreecommitdiff
path: root/ext/File-Glob/Glob.xs
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-05 16:29:26 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-11-05 16:29:26 -0700
commitc2470d68e155a7428ed6cfda887c9495bd9457bf (patch)
tree497736a1cb8fb217ea2a5ae09774c4adde556d38 /ext/File-Glob/Glob.xs
parent8be25b25ab428ad34478e28e10266a0d15277eeb (diff)
downloadperl-c2470d68e155a7428ed6cfda887c9495bd9457bf.tar.gz
Glob.xs: remove unused vars
These are left over from the refactoring that took place with commit 1bb8785a.
Diffstat (limited to 'ext/File-Glob/Glob.xs')
-rw-r--r--ext/File-Glob/Glob.xs4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/File-Glob/Glob.xs b/ext/File-Glob/Glob.xs
index 2ec500d4f9..0c03e1205e 100644
--- a/ext/File-Glob/Glob.xs
+++ b/ext/File-Glob/Glob.xs
@@ -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 */