diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-30 11:20:15 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-30 16:26:20 +0200 |
commit | 4e8b78b2803239a4e5e2bf8210fc3c97ca6225de (patch) | |
tree | 505333c59b34f438fcb6766448c95a07639238a1 /perl-install/partition_table/gpt.pm | |
parent | 5c28a9c0d8ad47535e82cd5dd16b3240aa5e1573 (diff) | |
download | drakx-4e8b78b2803239a4e5e2bf8210fc3c97ca6225de.tar drakx-4e8b78b2803239a4e5e2bf8210fc3c97ca6225de.tar.gz drakx-4e8b78b2803239a4e5e2bf8210fc3c97ca6225de.tar.bz2 drakx-4e8b78b2803239a4e5e2bf8210fc3c97ca6225de.tar.xz drakx-4e8b78b2803239a4e5e2bf8210fc3c97ca6225de.zip |
kill a bogus FIXME note
Diffstat (limited to 'perl-install/partition_table/gpt.pm')
-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'; |