From e1fb1756286b5da5c3e8f89f41de02292f86ddea Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Jun 2005 08:36:14 +0000 Subject: remove unused code --- perl-install/raid.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install/raid.pm') diff --git a/perl-install/raid.pm b/perl-install/raid.pm index 3b66c8c08..b2819f185 100644 --- a/perl-install/raid.pm +++ b/perl-install/raid.pm @@ -228,10 +228,6 @@ sub is_active { member($dev, active_mds()); } -sub inactivate_all() { - run_program::run('mdadm', '--stop', devices::make($_)) foreach active_mds(); -} - sub prepare_prefixed { my ($raids) = @_; -- cgit v1.2.1