From 83ecf312a4c919688a94f39e1f73c23ef8eb4a41 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@theke.io>
Date: Tue, 10 Oct 2023 08:33:54 -0300
Subject: [PATCH] Bug 34828: Remove useless variable

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
---
 Koha/Biblio.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm
index 86b71517695..7f0f2ecb4f6 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.42.0