From 2627bf7932d1160d7cb6abb78a77762c3a67819f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 28 Aug 2020 10:16:36 +0200 Subject: [PATCH] Bug 22417: Remove useless use statement Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- Koha/BackgroundJob.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Koha/BackgroundJob.pm b/Koha/BackgroundJob.pm index d4d4c2a59e..b5bf16d2ff 100644 --- a/Koha/BackgroundJob.pm +++ b/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 { -- 2.11.0