From: Rafael Garcia-Suarez Date: Mon, 17 Dec 2007 17:17:23 +0000 (+0000) Subject: Comment out a now unused variable X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97dc7d3e75fba5b997341633941459733ca2a7a1;p=p5sagit%2Fp5-mst-13.2.git Comment out a now unused variable p4raw-id: //depot/perl@32630 --- diff --git a/regexec.c b/regexec.c index 6afcea4..a02a0c0 100644 --- a/regexec.c +++ b/regexec.c @@ -1227,7 +1227,8 @@ S_find_byclass(pTHX_ regexp * prog, const regnode *c, char *s, U8 *sm = (U8 *) m; U8 tmpbuf1[UTF8_MAXBYTES_CASE+1]; U8 tmpbuf2[UTF8_MAXBYTES_CASE+1]; - const U32 uniflags = UTF8_ALLOW_DEFAULT; + /* used by commented-out code below */ + /*const U32 uniflags = UTF8_ALLOW_DEFAULT;*/ /* XXX: Since the node will be case folded at compile time this logic is a little odd, although im not