unused variable tmpgv
authorRobin Barker <rmbarker@cpan.org>
Fri, 10 Jun 2011 05:47:54 +0000 (06:47 +0100)
committerDavid 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

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