From: Jarkko Hietaniemi Date: Mon, 31 Dec 2001 16:46:29 +0000 (+0000) Subject: Unused variable. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=11beb7f547b46553e29e09486f9e047f546e1800;p=p5sagit%2Fp5-mst-13.2.git Unused variable. p4raw-id: //depot/perl@13988 --- diff --git a/regcomp.c b/regcomp.c index b442f2c..9dad631 100644 --- a/regcomp.c +++ b/regcomp.c @@ -2985,7 +2985,6 @@ tryagain: register char *p; char *oldp, *s; STRLEN numlen; - STRLEN ulen; STRLEN foldlen; U8 tmpbuf[UTF8_MAXLEN_FOLD+1], *foldbuf;