diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-12-16 11:14:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-12-16 11:14:41 +0000 |
commit | 9cb54e14bdea5016f09b180668207872eef0c674 (patch) | |
tree | b2af38375767745b89105ef2f7d763a09be89244 /perl-install | |
parent | 1c7a6bb5a0cf94238379647ef61b90035b877e99 (diff) | |
download | drakx-9cb54e14bdea5016f09b180668207872eef0c674.tar drakx-9cb54e14bdea5016f09b180668207872eef0c674.tar.gz drakx-9cb54e14bdea5016f09b180668207872eef0c674.tar.bz2 drakx-9cb54e14bdea5016f09b180668207872eef0c674.tar.xz drakx-9cb54e14bdea5016f09b180668207872eef0c674.zip |
really drop check()
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fsedit.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 9f244e873..f50ab702d 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -536,12 +536,6 @@ sub check_mntpoint { loopback::check_circular_mounts($hd, $part, $all_hds); } -sub check { - my ($hd, $part, $all_hds) = @_; - check_mntpoint($part->{mntpoint}, $hd, $part, $all_hds); - check_type($part->{type}, $hd, $part); -} - sub add { my ($hd, $part, $all_hds, $options) = @_; |