diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-04-13 02:20:33 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-04-13 02:20:33 +0000 |
commit | 32fc9b6af894c845c5b239287596b88571b3fcdf (patch) | |
tree | c9a5e552ccc8ea5dfe769e9e89ec28bd967d6145 /sv.c | |
parent | 3a2830bee4dd1d02a42b80355c401107dd195eeb (diff) | |
download | perl-32fc9b6af894c845c5b239287596b88571b3fcdf.tar.gz |
eliminate PL_reg_re
(only another 439 to go ...)
p4raw-id: //depot/perl@27783
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10657,8 +10657,6 @@ Perl_ss_dup(pTHX_ PerlInterpreter *proto_perl, CLONE_PARAMS* param) /* I assume that it only ever "worked" because no-one called (pseudo)fork while the regexp engine had re-entered itself. */ - new_state->re_state_reg_re - = any_dup(old_state->re_state_reg_re, proto_perl); new_state->re_state_reg_ganch = pv_dup(old_state->re_state_reg_ganch); new_state->re_state_reg_sv |