summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index d7ae068398..3459e0a7ee 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -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);