projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b38a9dc
)
Remove two unused variables that gcc used to warn about.
Marcus Holland-Moritz [Sat, 10 Apr 2004 06:37:30 +0000 (06:37 +0000)]
p4raw-id: //depot/perl@22685
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
56dc800
..
824b3a0
100644
(file)
--- 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);