diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-03-25 23:40:00 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-03-25 23:40:00 +0000 |
commit | a965aca77d5cf0e03773fe93d88d53f33e306446 (patch) | |
tree | 00f434afb0d3ebfdbe93a805be6a6f7fb62d34da /regcomp.c | |
parent | 32cd70f676ffca4ff7975bb5df57d2566f8443d3 (diff) | |
download | perl-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |