]> git.proxmox.com Git - pve-installer.git/commitdiff
fixup: remove unused wrongly introduced variable
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Jan 2019 17:54:12 +0000 (18:54 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Jan 2019 17:54:12 +0000 (18:54 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxinstall

index 6d30a807a454a7d737f8e5594ca4d2804ce5d14c..3c37239d2a6b12ed516a0947c19f42bf4cb9a2ed 100755 (executable)
@@ -3075,7 +3075,6 @@ sub create_hdsel_view {
 
     set_next(undef, sub {
 
-       my $devlist;
        if ($config_options->{filesys} =~ m/zfs/) {
            my ($devlist) = eval { get_zfs_raid_setup() };
            if (my $err = $@) {