]> git.proxmox.com Git - pve-container.git/commitdiff
cleanup: remove duplicate code
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 1 Mar 2016 08:07:49 +0000 (09:07 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 1 Mar 2016 08:07:49 +0000 (09:07 +0100)
src/PVE/VZDump/LXC.pm

index effd0ec4855db914ce6247743900c9f6056b22b9..4401f50b85a3d0cce06c2f81c94697190f200816 100644 (file)
@@ -104,7 +104,6 @@ sub prepare {
 
     my $disks = $task->{disks} = [];
     my $exclude_dirs = $task->{exclude_dirs} = [];
-    my $volids = $task->{volids} = [];
 
     $task->{hostname} = $conf->{'hostname'} || "CT$vmid";