Retract #11309 since #11310 is a better fix.
[p5sagit/p5-mst-13.2.git] / pp_hot.c
index a28337f..9d51b1e 100644 (file)
--- 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);