diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-31 16:47:28 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-31 16:47:28 +0000 |
commit | 621c9f5661215ab11b72439083b9df6c3e63b1df (patch) | |
tree | f5a5972a26c97b8800af4bd82a762018d768a4ec /regexec.c | |
parent | c1c20de0420ce785da39c19a0f8ec54edb69c16d (diff) | |
download | perl-621c9f5661215ab11b72439083b9df6c3e63b1df.tar.gz |
Less unused ones.
p4raw-id: //depot/perl@13989
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2350,7 +2350,6 @@ S_regmatch(pTHX_ regnode *prog) { char *l = locinput; char *e = s + ln; - U8 tmpbuf[UTF8_MAXLEN_FOLD+1]; if (do_utf8 != (UTF!=0)) { /* The target and the pattern have differing utf8ness. */ @@ -2403,8 +2402,6 @@ S_regmatch(pTHX_ regnode *prog) if (do_utf8 && UTF) { /* Both the target and the pattern are utf8. */ - STRLEN ulen; - while (s < e) { if (l >= PL_regeol) sayNO; |