Remove unused argument.
This commit is contained in:
parent
da7a668c94
commit
b24e0370dd
1 changed files with 0 additions and 1 deletions
|
@ -557,7 +557,6 @@ sub on_export_completed {
|
|||
|
||||
sub on_export_failed {
|
||||
my $self = shift;
|
||||
my ($message) = @_;
|
||||
|
||||
$self->{export_thread}->detach if $self->{export_thread};
|
||||
$self->{export_thread} = undef;
|
||||
|
|
Loading…
Reference in a new issue