From 299738fd1af3a9d854e00a2c3a4e743cf6ec15f4 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 4 Mar 2017 12:34:09 +0000 Subject: Remove redundant code when initialising a partition table. Now we force the kernel to reread the partition table when we initialise it, there's no need to also inform it that we've deleted all the existing partitions. --- perl-install/partition_table/raw.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perl-install/partition_table') diff --git a/perl-install/partition_table/raw.pm b/perl-install/partition_table/raw.pm index ebb20b179..8ea1ddb1d 100644 --- a/perl-install/partition_table/raw.pm +++ b/perl-install/partition_table/raw.pm @@ -226,12 +226,6 @@ sub raw_add { sub zero_MBR { &partition_table::initialize } #- deprecated -sub clear_existing { - my ($hd) = @_; - my @parts = (partition_table::get_normal_parts($hd), if_($hd->{primary}{extended}, $hd->{primary}{extended})); - partition_table::will_tell_kernel($hd, del => $_) foreach @parts; -} - #- deprecated sub zero_MBR_and_dirty { my ($hd) = @_; -- cgit v1.2.1