From 71dd5d907bbfa759d1ad50002ab614974d672961 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 13 Sep 2017 10:40:52 +0200 Subject: [PATCH] AbstractMigrate: remove unused obsolete variables --- PVE/AbstractMigrate.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/PVE/AbstractMigrate.pm b/PVE/AbstractMigrate.pm index 5fa17ba..17fdb5d 100644 --- a/PVE/AbstractMigrate.pm +++ b/PVE/AbstractMigrate.pm @@ -107,9 +107,6 @@ my $eval_int = sub { }; }; -my @ssh_opts = ('-o', 'BatchMode=yes'); -my @ssh_cmd = ('/usr/bin/ssh', @ssh_opts); - # FIXME: nodeip is now unused sub migrate { my ($class, $node, $nodeip, $vmid, $opts) = @_; -- 2.39.2