summaryrefslogtreecommitdiffstats
path: root/perl-install/network.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network.pm')
-rw-r--r--perl-install/network.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/network.pm b/perl-install/network.pm
index b3535301b..1234dcce2 100644
--- a/perl-install/network.pm
+++ b/perl-install/network.pm
@@ -7,7 +7,6 @@ use Socket;
use common qw(:common :file :system :functional);
use detect_devices;
-use modules;
use log;
1;
@@ -133,11 +132,6 @@ sub dnsServers {
grep { $_ } map { $netc->{$_} } qw(dnsServer dnsServer2 dnsServer3);
}
-sub getNet() {
- modules::load_thiskind('net');
- detect_devices::getNet();
-}
-
sub findIntf {
my ($intf, $device) = @_;
my ($l) = grep { $_->{DEVICE} eq $device } @$intf;