Skip to content

Commit

Permalink
quickfix: unused $prompt on select_serial_terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
josegomezr committed Nov 6, 2024
1 parent 908ab58 commit f6d9b0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/serial_terminal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ use root-ssh console directly.

sub select_serial_terminal {
my $root = shift // 1;
my $prompt = shift // ($root ? '# ' : '> ');

my $backend = get_required_var('BACKEND');
my $console;
Expand Down

0 comments on commit f6d9b0e

Please sign in to comment.