diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-05 16:29:26 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-05 16:29:26 -0700 |
commit | c2470d68e155a7428ed6cfda887c9495bd9457bf (patch) | |
tree | 497736a1cb8fb217ea2a5ae09774c4adde556d38 /ext/File-Glob/Glob.xs | |
parent | 8be25b25ab428ad34478e28e10266a0d15277eeb (diff) | |
download | perl-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.xs | 4 |
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 */ |