From 2acebc12ab367b5007df2ad565bca79eee4690ca Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 20 Sep 2004 07:24:28 +0000 Subject: Remove no longer necessary hack. --- perl-install/install_any.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 04c3204e5..fa73a4a7b 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -437,13 +437,6 @@ sub prep_net_suppl_media { network::netconnect::main($o->{prefix}, $o->{netcnx} ||= {}, $o, $o->{modules_conf}, $o->{netc}, $o->{mouse}, $o->{intf}, 0, 1); require install_interactive; install_interactive::upNetwork($o); - #- force reinitialisation of network modules - delete $INC{'IO/Socket.pm'}; - delete $INC{'IO/Socket/UNIX.pm'}; - delete $INC{'IO/Socket/INET.pm'}; - delete $INC{'ftp.pm'}; - delete $INC{'http.pm'}; - require IO::Socket; } sub selectSupplMedia { -- cgit v1.2.1