diff options
-rw-r--r-- | perl-install/bootlook.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 692b560b8..6f8be8469 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -41,10 +41,6 @@ if ($::isEmbedded) { } my $in = 'interactive'->vnew('su', 'default'); -local $_ = join '', @ARGV; - -/-h/ and die N("no help implemented yet.\n"); -/-version/ and die 'version: $Id$'."\n"; my @winm; my @usernames; |