@@ -, +, @@ --- Koha/BackgroundJob.pm | 2 -- 1 file changed, 2 deletions(-) --- a/Koha/BackgroundJob.pm +++ a/Koha/BackgroundJob.pm @@ -11,8 +11,6 @@ use Koha::Exceptions; use Koha::BackgroundJob::BatchUpdateBiblio; use Koha::BackgroundJob::BatchUpdateAuthority; -use Scalar::Util qw( weaken ); - use base qw( Koha::Object ); sub connect { --