summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-03-25 23:40:00 +0000
committerNicholas Clark <nick@ccl4.org>2007-03-25 23:40:00 +0000
commita965aca77d5cf0e03773fe93d88d53f33e306446 (patch)
tree00f434afb0d3ebfdbe93a805be6a6f7fb62d34da /regcomp.c
parent32cd70f676ffca4ff7975bb5df57d2566f8443d3 (diff)
downloadperl-a965aca77d5cf0e03773fe93d88d53f33e306446.tar.gz
Change 30753 forgot to remove 2 now unused variables.
p4raw-id: //depot/perl@30756
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 0 insertions, 2 deletions
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);