diff options
author | Robin Barker <rmbarker@cpan.org> | 2011-06-10 06:47:54 +0100 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-06-10 15:31:13 -0400 |
commit | 10fc74f6910844f0e8ffd3d8c18d07166ac75de2 (patch) | |
tree | 7a0a447f1557f71ec21aca424dafb61adfc7f623 /util.c | |
parent | 18a6db115daa0eae0c26f4c6877876d1117159c0 (diff) | |
download | perl-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |