This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be25b2
)
Glob.xs: remove unused vars
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 5 Nov 2011 23:29:26 +0000
(16:29 -0700)
committer
Father 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
patch
|
blob
|
blame
|
history
diff --git
a/ext/File-Glob/Glob.xs
b/ext/File-Glob/Glob.xs
index
2ec500d
..
0c03e12
100644
(file)
--- 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 */