summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-16 23:06:09 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-16 23:06:09 +0000
commit28144af329c8b25ceffda8eb107ccb61ec580648 (patch)
tree8080cb9c139409ac5a380239462f2c25d430efbb /perl-install/network/ethernet.pm
parent6c8b0af39cc489e9dbeef812943a193d41416830 (diff)
downloaddrakx-backup-do-not-use-28144af329c8b25ceffda8eb107ccb61ec580648.tar
drakx-backup-do-not-use-28144af329c8b25ceffda8eb107ccb61ec580648.tar.gz
drakx-backup-do-not-use-28144af329c8b25ceffda8eb107ccb61ec580648.tar.bz2
drakx-backup-do-not-use-28144af329c8b25ceffda8eb107ccb61ec580648.tar.xz
drakx-backup-do-not-use-28144af329c8b25ceffda8eb107ccb61ec580648.zip
do not export dead functions
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 80419f9b5..26a58a9af 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -13,7 +13,7 @@ use vars qw(@ISA @EXPORT);
use MDK::Common::Globals "network", qw($in $prefix);
@ISA = qw(Exporter);
-@EXPORT = qw(conf_network_card conf_network_card_backend go_ethernet);
+@EXPORT = qw(conf_network_card_backend);
my (@cards, @ether_steps, $last, %last);