In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/10fc74f6910844f0e8ffd3d8c18d07166ac75de2?hp=18a6db115daa0eae0c26f4c6877876d1117159c0>
- Log ----------------------------------------------------------------- commit 10fc74f6910844f0e8ffd3d8c18d07166ac75de2 Author: Robin Barker <[email protected]> Date: Fri Jun 10 06:47:54 2011 +0100 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 <[email protected]> ----------------------------------------------------------------------- Summary of changes: util.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/util.c b/util.c index f6742e7..1c90fb0 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 -- Perl5 Master Repository
