A couple of File::Path tests require unix syntax on VMS.
[p5sagit/p5-mst-13.2.git] / pp_hot.c
index 35e8868..27e863d 100644 (file)
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -2710,9 +2710,6 @@ try_autoload:
 
     gimme = GIMME_V;
     if ((PL_op->op_private & OPpENTERSUB_DB) && GvCV(PL_DBsub) && !CvNODEBUG(cv)) {
-        if (CvASSERTION(cv) && PL_DBassertion)
-           sv_setiv(PL_DBassertion, 1);
-       
         Perl_get_db_sub(aTHX_ &sv, cv);
         if (CvISXSUB(cv))
             PL_curcopdb = PL_curcop;