From 7f6009068ecafb08dc90d5550aa554e160b0020f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 10 Oct 2023 08:33:54 -0300 Subject: [PATCH] Bug 34828: Remove useless variable Signed-off-by: Tomas Cohen Arazi --- Koha/Biblio.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm index 86b7151769..7f0f2ecb4f 100644 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@ -1320,7 +1320,6 @@ Normalizes and returns the OCLC number found in the MARC record. sub normalized_oclc { my ($self) = @_; - my $marc_record = $self->metadata->record; return $self->metadata_extractor->get_normalized_oclc; } -- 2.39.2