From f464b105745132c26458757b007487398e59acb9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Aug 2007 19:39:52 +0000 Subject: drop backward compatibility pt_type ids (were kept for compatibility in auto_installs, but this has been deprecated for 3 years old) --- perl-install/fs/type.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 63ef3e475..cce7cdf23 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -53,13 +53,6 @@ if_(arch() =~ /ppc/, 0x85 => '', 'Linux extended', ], - backward_compatibility => [ - 0x183 => 'reiserfs', 'reiserfs (deprecated)', - 0x283 => 'xfs', 'xfs (deprecated)', - 0x383 => 'jfs', 'jfs (deprecated)', - 0x483 => 'ext3', 'ext3 (deprecated)', - ], - other => [ if_(arch() =~ /^ia64/, 0x100 => '', 'Various', -- cgit v1.2.1