diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-25 08:23:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-25 08:23:25 +0000 |
commit | 8b1d4d4953b81b9a34b1092bffc257414bc48073 (patch) | |
tree | 5ca1ba0c4cb92ff74dd5edca0ccded9f5c378da3 | |
parent | 900a7894c85fbf8ca23804ee69e8d38d0c2b35ff (diff) | |
download | drakx-8b1d4d4953b81b9a34b1092bffc257414bc48073.tar drakx-8b1d4d4953b81b9a34b1092bffc257414bc48073.tar.gz drakx-8b1d4d4953b81b9a34b1092bffc257414bc48073.tar.bz2 drakx-8b1d4d4953b81b9a34b1092bffc257414bc48073.tar.xz drakx-8b1d4d4953b81b9a34b1092bffc257414bc48073.zip |
remove dobles
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 23a867c2f..593aa04e9 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -267,8 +267,6 @@ my %eide_hds = ( "ST3" => "Seagate Technology", "TEAC" => "Teac", "TOSHIBA" => "Toshiba", - "TEAC" => "Teac", - "TOSHIBA" => "Toshiba", "WDC" => "Western Digital Corp.", ); |