From 4e8b78b2803239a4e5e2bf8210fc3c97ca6225de Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 30 Jun 2016 11:20:15 +0200 Subject: kill a bogus FIXME note --- perl-install/partition_table/gpt.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/partition_table') 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'; -- cgit v1.2.1