From 2bc4026426f1184aa99f651763e44b45a197c8df 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 --- 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.20.1