]> git.proxmox.com Git - pve-guest-common.git/commitdiff
AbstractMigrate: remove unused obsolete variables
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Sep 2017 08:40:52 +0000 (10:40 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 20 Sep 2017 10:39:11 +0000 (12:39 +0200)
PVE/AbstractMigrate.pm

index 5fa17bad615addc088dfda768a71c0534de69cc4..17fdb5de6b0a78e4501f4bd77acba89de70a6ccb 100644 (file)
@@ -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) = @_;