From 5b0356613450ee1cc0bac9dc2f89db552d7008fd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Mar 2012 19:50:56 +0000 Subject: (main) add a FIXME note about a unused parameter since commit r265764 by pterjanib Feb 4 2010: "partitioning wizard: offer to install on dmraid and existing lvm" (spot by perl_checker) --- perl-install/fs/partitioning_wizard.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/fs') diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index 2cf03e86a..0b464da1c 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -504,6 +504,7 @@ sub main { my $mainbox = Gtk2::VBox->new; my @kinds = map { diskdrake::hd_gtk::hd2kind($_) } sort { $a->{is_removable} <=> $b->{is_removable} } @{ $all_hds->{hds} }; + # FIXME: raid2kind() doesn't take any arg: push @kinds, map { diskdrake::hd_gtk::raid2kind($_) } @{$all_hds->{raids}}; push @kinds, map { diskdrake::hd_gtk::lvm2kind($_) } @{$all_hds->{lvms}}; -- cgit v1.2.1