summaryrefslogtreecommitdiffstats
path: root/perl-install/raid.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-10 09:49:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-10 09:49:59 +0000
commit349a4916396909fdc6f95f416af175cfd94cc94b (patch)
treeadef77c41c83578487594f7a52994724d3994885 /perl-install/raid.pm
parent6de228ca09ca131223dc9c5c418b24bd5b2c8090 (diff)
downloaddrakx-349a4916396909fdc6f95f416af175cfd94cc94b.tar
drakx-349a4916396909fdc6f95f416af175cfd94cc94b.tar.gz
drakx-349a4916396909fdc6f95f416af175cfd94cc94b.tar.bz2
drakx-349a4916396909fdc6f95f416af175cfd94cc94b.tar.xz
drakx-349a4916396909fdc6f95f416af175cfd94cc94b.zip
remove dead code
Diffstat (limited to 'perl-install/raid.pm')
-rw-r--r--perl-install/raid.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/raid.pm b/perl-install/raid.pm
index a91466a6b..092bd9441 100644
--- a/perl-install/raid.pm
+++ b/perl-install/raid.pm
@@ -133,10 +133,6 @@ sub verify {
}
}
-sub prepare_prefixed {
- my ($_raids) = @_;
-}
-
sub inactivate_and_dirty {
my ($part) = @_;
run_program::run('mdadm', '--stop', devices::make($part->{device}));