[pve-devel] [PATCH qemu-server 2/2] Remove unused variable declaration

Emmanuel Kasper e.kasper at proxmox.com
Thu Jul 27 14:32:27 CEST 2017


---
 PVE/QemuMigrate.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm
index ac2884b..3169b7a 100644
--- a/PVE/QemuMigrate.pm
+++ b/PVE/QemuMigrate.pm
@@ -224,8 +224,6 @@ sub sync_disks {
     # local volumes which have been copied
     $self->{volumes} = [];
 
-    my $res = [];
-
     eval {
 
 	# found local volumes and their origin
-- 
2.11.0





More information about the pve-devel mailing list