diff options
author | David Mitchell <davem@iabyn.com> | 2012-04-01 13:22:14 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-06-13 13:32:51 +0100 |
commit | 5f616ea71479dec56520bc87978dd87ad7478dae (patch) | |
tree | 15033cd9e6557b053fe9c33cc44e40e82a0b29a6 /ext | |
parent | f59909ab8dad6ceb1b77e37e3c84e0c43fa33064 (diff) | |
download | perl-5f616ea71479dec56520bc87978dd87ad7478dae.tar.gz |
eliminate RExC_seen_evals and RExC_rx->seen_evals
these were used as part of the old "use re 'eval'" security
mechanism used by the now-eliminated PL_reginterp_cnt
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Devel-Peek/t/Peek.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Devel-Peek/t/Peek.t b/ext/Devel-Peek/t/Peek.t index 534c6d716b..2b5f6aa402 100644 --- a/ext/Devel-Peek/t/Peek.t +++ b/ext/Devel-Peek/t/Peek.t @@ -349,7 +349,6 @@ do_test('reference to regexp', MINLENRET = 3 GOFS = 0 PRE_PREFIX = 4 - SEEN_EVALS = 0 SUBLEN = 0 SUBBEG = 0x0 ENGINE = $ADDR |