From: Jarkko Hietaniemi Date: Sun, 15 Jun 2003 15:01:26 +0000 (+0000) Subject: Unused variable. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=89d7df92a07b0e2b75f1879743e6589850f05d22;p=p5sagit%2Fp5-mst-13.2.git Unused variable. p4raw-id: //depot/perl@19787 --- diff --git a/universal.c b/universal.c index 0fe94d2..da41eb9 100644 --- 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