summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index c55afb14fc..f3c7692205 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3444,9 +3444,7 @@ S_doeval(pTHX_ int gimme, CV* outside, U32 seq, HV *hh)
PL_op = saveop;
if (yystatus != 3) {
if (PL_eval_root) {
-#ifndef PL_OP_SLAB_ALLOC
cv_forget_slab(evalcv);
-#endif
op_free(PL_eval_root);
PL_eval_root = NULL;
}
@@ -3489,9 +3487,7 @@ S_doeval(pTHX_ int gimme, CV* outside, U32 seq, HV *hh)
CopLINE_set(&PL_compiling, 0);
SAVEFREEOP(PL_eval_root);
-#ifndef PL_OP_SLAB_ALLOC
cv_forget_slab(evalcv);
-#endif
DEBUG_x(dump_eval());