Skip to content

Commit

Permalink
Clearing DB::action at the end is no longer needed
Browse files Browse the repository at this point in the history
as it's cleared right after it's been run.
  • Loading branch information
choroba authored and khwilliamson committed Jul 30, 2020
1 parent b248789 commit 589464a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/perl5db.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3347,10 +3347,6 @@ sub _DB__grab_control
B<h q>, B<h R> or B<h o> to get additional info.
EOP

# Set the DB::eval context appropriately.
# At program termination disable any user actions.
$DB::action = undef;

$DB::package = 'main';
$DB::usercontext = DB::_calc_usercontext($DB::package);
} ## end elsif ($package eq 'DB::fake')
Expand Down

0 comments on commit 589464a

Please sign in to comment.