From 349a4916396909fdc6f95f416af175cfd94cc94b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 10 Aug 2004 09:49:59 +0000 Subject: remove dead code --- perl-install/raid.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install') 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})); -- cgit v1.2.1