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