From a7cb70fb771fb5beedde33170ea9e6b2b2c36bf9 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 10 Apr 2004 06:37:30 +0000 Subject: [PATCH] Remove two unused variables that gcc used to warn about. p4raw-id: //depot/perl@22685 --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index 56dc800..824b3a0 100644 --- a/util.c +++ b/util.c @@ -3954,7 +3954,7 @@ the original version contained 1 or more dots, respectively SV * Perl_vstringify(pTHX_ SV *vs) { - I32 i, len, digit; + I32 len; if ( SvROK(vs) ) vs = SvRV(vs); len = av_len((AV *)vs); -- 2.7.4