Clean up unnecessary code.

The jobid is already parsed by the file parser.
This commit is contained in:
Wolfgang Link 2017-09-19 12:01:15 +02:00 committed by Wolfgang Bumiller
parent f2e9079f0d
commit 0d083f4b27

View File

@ -60,8 +60,6 @@ sub run_single_job {
die "unable to sync to local node\n" if $jobcfg->{target} eq $local_node;
$jobcfg->{id} = $jobid;
my $vmtype = $vms->{ids}->{$vmid}->{type};
my $guest_class = $lookup_guest_class->($vmtype);