diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/partition_table/gpt.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/partition_table/gpt.pm b/perl-install/partition_table/gpt.pm index 7e1e9cd84..6568ee1f5 100644 --- a/perl-install/partition_table/gpt.pm +++ b/perl-install/partition_table/gpt.pm @@ -118,7 +118,6 @@ sub read_one { c::get_disk_type($hd->{file}) eq "gpt" or die "$hd->{device} not a GPT disk ($hd->{file})"; my @pt; - # FIXME: just use '@pt = map { ... } c::...' if part_numbers are always linear: foreach (c::get_disk_partitions($hd->{file})) { # compatibility with MBR partitions tables: $_->{pt_type} = 0x82 if $_->{fs_type} eq 'swap'; |