diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-21 18:24:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-21 18:24:00 +0000 |
commit | bdab2bf9beaf5cc3e4960d991eb648b034ba0c40 (patch) | |
tree | 73d34b2a3aff56487759228e515d94abb07d3bd6 /perl-install/detect_devices.pm | |
parent | d02b785a79da4d2403488c2858150097cff1b553 (diff) | |
download | drakx-backup-do-not-use-bdab2bf9beaf5cc3e4960d991eb648b034ba0c40.tar drakx-backup-do-not-use-bdab2bf9beaf5cc3e4960d991eb648b034ba0c40.tar.gz drakx-backup-do-not-use-bdab2bf9beaf5cc3e4960d991eb648b034ba0c40.tar.bz2 drakx-backup-do-not-use-bdab2bf9beaf5cc3e4960d991eb648b034ba0c40.tar.xz drakx-backup-do-not-use-bdab2bf9beaf5cc3e4960d991eb648b034ba0c40.zip |
old code
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 0ceb0b1e4..79b9c92ad 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -16,7 +16,6 @@ use c; #-##################################################################################### my @netdevices = map { my $l = $_; map { "$l$_" } (0..3) } qw(eth tr fddi plip); my %serialprobe = (); -my $usb_interface = undef; #-###################################################################################### #- Functions |