From: Jarkko Hietaniemi Date: Sun, 3 Jun 2001 16:09:33 +0000 (+0000) Subject: Unused variables. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=976c334f9aea1b15ea591f29606d080d6c4e8a03;p=p5sagit%2Fp5-mst-13.2.git Unused variables. p4raw-id: //depot/perl@10401 --- diff --git a/util.c b/util.c index 8d51730..c92bf87 100644 --- a/util.c +++ b/util.c @@ -4169,8 +4169,6 @@ Perl_my_atof2(pTHX_ const char* orig, NV* value) if (seendigit && (*s == 'e' || *s == 'E')) { bool expnegative = 0; - I32 bit; - NV power; ++s; switch (*s) {