From a965aca77d5cf0e03773fe93d88d53f33e306446 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 25 Mar 2007 23:40:00 +0000 Subject: Change 30753 forgot to remove 2 now unused variables. p4raw-id: //depot/perl@30756 --- regcomp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'regcomp.c') diff --git a/regcomp.c b/regcomp.c index 0bead353b2..4c1ae51815 100644 --- a/regcomp.c +++ b/regcomp.c @@ -8723,8 +8723,6 @@ Perl_reg_temp_copy (pTHX_ struct regexp *r) { ret->endp = ret->startp + npar; ret->refcnt = 1; if (r->substrs) { - struct reg_substr_datum *s; - I32 i; Newx(ret->substrs, 1, struct reg_substr_data); StructCopy(r->substrs, ret->substrs, struct reg_substr_data); -- cgit v1.2.1