projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1cadc44
)
Unused variables.
Jarkko Hietaniemi [Sun, 3 Jun 2001 16:09:33 +0000 (16:09 +0000)]
p4raw-id: //depot/perl@10401
util.c
patch
|
blob
|
blame
|
history
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) {