projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
94330da
)
Unused variable.
Jarkko Hietaniemi [Sun, 15 Jun 2003 15:01:26 +0000 (15:01 +0000)]
p4raw-id: //depot/perl@19787
universal.c
patch
|
blob
|
blame
|
history
diff --git
a/universal.c
b/universal.c
index
0fe94d2
..
da41eb9
100644
(file)
--- a/
universal.c
+++ b/
universal.c
@@
-536,7
+536,6
@@
XS(XS_utf8_is_utf8)
{
SV * sv = ST(0);
{
- STRLEN len;
if (SvUTF8(sv))
XSRETURN_YES;
else