summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-03 07:05:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-03 07:05:35 +0000
commite842236c2abecc1bdb069a9fa9e96fe89849e36c (patch)
treeec9e89299cfed055765403244e28d0e278181633 /perl-install/diskdrake
parentdf93256cccd635dfbcaffe5d3240956bdd60ecb4 (diff)
downloaddrakx-backup-do-not-use-e842236c2abecc1bdb069a9fa9e96fe89849e36c.tar
drakx-backup-do-not-use-e842236c2abecc1bdb069a9fa9e96fe89849e36c.tar.gz
drakx-backup-do-not-use-e842236c2abecc1bdb069a9fa9e96fe89849e36c.tar.bz2
drakx-backup-do-not-use-e842236c2abecc1bdb069a9fa9e96fe89849e36c.tar.xz
drakx-backup-do-not-use-e842236c2abecc1bdb069a9fa9e96fe89849e36c.zip
drop old unused code
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r--perl-install/diskdrake/interactive.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 404dd9c79..fb757c6f3 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -1105,10 +1105,6 @@ sub write_partitions {
1;
}
-sub unmount {
- my ($_hd, $part) = @_;
- fs::umount_part($part);
-}
sub format_ {
my ($in, $hd, $part, $all_hds) = @_;
write_partitions($in, $_) or return foreach isRAID($part) ? @{$all_hds->{hds}} : $hd;