projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18a6db1
)
unused variable tmpgv
author
Robin Barker
<rmbarker@cpan.org>
Fri, 10 Jun 2011 05:47:54 +0000
(06:47 +0100)
committer
David Golden
<dagolden@cpan.org>
Fri, 10 Jun 2011 19:31:13 +0000
(15:31 -0400)
gcc reports an unused variable 'tmpgv', this was left
behind by commit
0e21945565eb4664d843bb819fb032cedee4d5a6
.
Deleting the declaration has no consequences.
Signed-off-by: David Golden <dagolden@cpan.org>
util.c
patch
|
blob
|
history
diff --git
a/util.c
b/util.c
index f6742e70b43d5d26960c9021f27fcbd9bf28c3f6..1c90fb0b6f69461ad5593fdccd392e72f002b372 100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-2713,7
+2713,6
@@
Perl_my_popen(pTHX_ const char *cmd, const char *mode)
sleep(5);
}
if (pid == 0) {
- GV* tmpgv;
#undef THIS
#undef THAT