diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-12-07 14:54:27 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-12-07 14:54:27 +0000 |
commit | 1953a0dddc384c4ed0e985b2e0cb806213b3ac43 (patch) | |
tree | 04253af8e299f3b8b3f4a65271f67108f06d20df /perl-install/install_steps_interactive.pm | |
parent | 812daa857da2031113569cd0a8fee2abc0ec50ca (diff) | |
download | drakx-1953a0dddc384c4ed0e985b2e0cb806213b3ac43.tar drakx-1953a0dddc384c4ed0e985b2e0cb806213b3ac43.tar.gz drakx-1953a0dddc384c4ed0e985b2e0cb806213b3ac43.tar.bz2 drakx-1953a0dddc384c4ed0e985b2e0cb806213b3ac43.tar.xz drakx-1953a0dddc384c4ed0e985b2e0cb806213b3ac43.zip |
remove duplicated code
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index c75a7f9ca..4bbc9d360 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -792,9 +792,6 @@ sub configureNetwork { if (!install_any::is_network_install($o)) { require network::network; network::network::easy_dhcp($o->{net}, $o->{modules_conf}); - } elsif ($o->{net}{type} eq 'adsl') { - require network::adsl; - network::adsl::adsl_conf_backend($o, $o->{modules_conf}, $o->{net}); } $o->SUPER::configureNetwork; } |