remove global rubbish

This commit is contained in:
Oliver Gorwits
2017-11-05 20:54:28 +00:00
parent 28b016e713
commit 4436150bf4
3 changed files with 0 additions and 21 deletions

View File

@@ -100,12 +100,6 @@ sub run_workers {
catch {
debug "=> $_" if $_;
$self->jobstat->error($_) if $phase eq 'check';
}
# allow workers to know whether previous worker of a different driver
# but the same namespace was successful
finally {
vars->{'last_worker_ok'} = $self->jobstat->is_ok
if not vars->{'last_worker_ok'};
};
}
}