From 10fc74f6910844f0e8ffd3d8c18d07166ac75de2 Mon Sep 17 00:00:00 2001 From: Robin Barker Date: Fri, 10 Jun 2011 06:47:54 +0100 Subject: [PATCH] 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 --- util.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.7.4