diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/partition_table.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 35ba8550b..a18dc0bb9 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -225,7 +225,6 @@ sub get_normal_parts_and_holes { sub read_primary { my ($hd) = @_; - my ($pt, $info); #- it can be safely considered that the first sector is used to probe the partition table #- but other sectors (typically for extended partition ones) have to match this type! |