b2938d
From 589464a875768e4b4a609d972488e3b592103097 Mon Sep 17 00:00:00 2001
b2938d
From: "E. Choroba" <choroba@matfyz.cz>
b2938d
Date: Mon, 27 Jul 2020 11:32:51 +0200
b2938d
Subject: [PATCH] Clearing DB::action at the end is no longer needed
b2938d
MIME-Version: 1.0
b2938d
Content-Type: text/plain; charset=UTF-8
b2938d
Content-Transfer-Encoding: 8bit
b2938d
b2938d
as it's cleared right after it's been run.
b2938d
b2938d
Signed-off-by: Petr Písař <ppisar@redhat.com>
b2938d
---
b2938d
 lib/perl5db.pl | 4 ----
b2938d
 1 file changed, 4 deletions(-)
b2938d
b2938d
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
b2938d
index e04a0e17fa..af3b972da0 100644
b2938d
--- a/lib/perl5db.pl
b2938d
+++ b/lib/perl5db.pl
b2938d
@@ -3347,10 +3347,6 @@ use B<o> I<inhibit_exit> to avoid stopping after program termination,
b2938d
 B<h q>, B<h R> or B<h o> to get additional info.
b2938d
 EOP
b2938d
 
b2938d
-        # Set the DB::eval context appropriately.
b2938d
-        # At program termination disable any user actions.
b2938d
-        $DB::action = undef;
b2938d
-
b2938d
         $DB::package     = 'main';
b2938d
         $DB::usercontext = DB::_calc_usercontext($DB::package);
b2938d
     } ## end elsif ($package eq 'DB::fake')
b2938d
-- 
b2938d
2.25.4
b2938d