diff options
-rw-r--r-- | perl-install/harddrake/autoconf.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm index 0fd4c9957..a12662b60 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -26,8 +26,6 @@ sub xconf { sub network_conf { my ($obj) = @_; - require network::network; - network::network::easy_dhcp($obj->{net}, $obj->{modules_conf}); } sub mouse_conf { |