remove useless DESTROYs
This commit is contained in:
parent
2b78fe913b
commit
5122518652
23 changed files with 8 additions and 187 deletions
|
|
@ -49,7 +49,6 @@ Gracefully shuts down the scheduler.
|
|||
sub _stop {
|
||||
my ($kernel, $self) = @_[KERNEL, OBJECT];
|
||||
$self->debug("Stopping the scheduler.");
|
||||
undef $self;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ Gracefully shuts down the workflow manager.
|
|||
sub _stop {
|
||||
my ($kernel, $self) = @_[KERNEL, OBJECT];
|
||||
$self->debug("Stopping workflow manager.");
|
||||
undef $self;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue