projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
32cd70f
)
Change 30753 forgot to remove 2 now unused variables.
Nicholas Clark [Sun, 25 Mar 2007 23:40:00 +0000 (23:40 +0000)]
p4raw-id: //depot/perl@30756
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
0bead35
..
4c1ae51
100644
(file)
--- 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);