diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-07 01:05:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-07 01:05:01 +0000 |
commit | 108481f44f73c82d1f291486a8da7654b4d58fe6 (patch) | |
tree | 6bf0107b4ed9f4d7f095ebdd25d5edc18ec93f62 /regcomp.c | |
parent | 04b01f7838a8380f57f7d060f0b53abd9b2bf04e (diff) | |
download | perl-108481f44f73c82d1f291486a8da7654b4d58fe6.tar.gz |
Unused variable.
p4raw-id: //depot/perl@14113
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4749,7 +4749,6 @@ Perl_pregfree(pTHX_ struct regexp *r) if (!r || (--r->refcnt > 0)) return; DEBUG_r({ - bool utf8 = r->reganch & ROPT_UTF8; char *s = pv_uni_display(dsv, (U8*)r->precomp, r->prelen, 60, UNI_DISPLAY_ISPRINT); int len = SvCUR(dsv); |