Unused variables.
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:09:33 +0000 (16:09 +0000)]
p4raw-id: //depot/perl@10401

util.c

diff --git a/util.c b/util.c
index 8d51730..c92bf87 100644 (file)
--- 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) {