summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorRobin Barker <rmbarker@cpan.org>2011-06-10 06:47:54 +0100
committerDavid Golden <dagolden@cpan.org>2011-06-10 15:31:13 -0400
commit10fc74f6910844f0e8ffd3d8c18d07166ac75de2 (patch)
tree7a0a447f1557f71ec21aca424dafb61adfc7f623 /util.c
parent18a6db115daa0eae0c26f4c6877876d1117159c0 (diff)
downloadperl-10fc74f6910844f0e8ffd3d8c18d07166ac75de2.tar.gz
unused variable tmpgv
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>
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.c b/util.c
index f6742e70b4..1c90fb0b6f 100644
--- 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