diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index e5cd48060..5dcb26d7d 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -798,11 +798,6 @@ sub miscellaneous { } #------------------------------------------------------------------------------ -sub generateAutoInstFloppy($) { - my ($o) = @_; -} - -#------------------------------------------------------------------------------ sub exitInstall { my ($o) = @_; eval { output "$o->{prefix}/root/report.bug", commands::report_bug() }; |