summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pp_hot.c b/pp_hot.c
index a28337f741..9d51b1e3e3 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -2516,11 +2516,6 @@ try_autoload:
goto retry;
}
- if(CvDEFSTASH(cv) != PL_defstash) {
- save_hptr(&PL_defstash);
- PL_defstash = CvDEFSTASH(cv);
- }
-
gimme = GIMME_V;
if ((PL_op->op_private & OPpENTERSUB_DB) && GvCV(PL_DBsub) && !CvNODEBUG(cv)) {
cv = get_db_sub(&sv, cv);