public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server] cleanup unused variable
@ 2021-05-18 15:39 Stefan Reiter
  0 siblings, 0 replies; only message in thread
From: Stefan Reiter @ 2021-05-18 15:39 UTC (permalink / raw)
  To: pve-devel

introduced in fd70c84362, presumably by accident?

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
---
 PVE/QemuServer.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 773d060..2f101b7 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -6435,7 +6435,6 @@ sub pbs_live_restore {
 	print "restoring '$ds' to '$drive->{file}'\n";
     }
 
-    my $drives_streamed = 0;
     eval {
 	# make sure HA doesn't interrupt our restore by stopping the VM
 	if (PVE::HA::Config::vm_is_ha_managed($vmid)) {
-- 
2.20.1





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-18 15:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 15:39 [pve-devel] [PATCH qemu-server] cleanup unused variable Stefan Reiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal