From 798c1489d5dbe43eda2fe1b02e26b5477d248792 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 23 Jan 2003 18:15:29 +0000 Subject: (setupSCSI): remove now unused variable $clicked --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 5b530f74b..ed8a07cb4 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -197,7 +197,7 @@ sub selectMouse { } #------------------------------------------------------------------------------ sub setupSCSI { - my ($o, $clicked) = @_; + my ($o) = @_; if (!$::noauto && arch() =~ /i.86/) { if ($o->{pcmcia} ||= !$::testing && c::pcmcia_probe()) { -- cgit v1.2.1