From 4ba641b4bd96fa2937328a73cde54a829fdbe159 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 13 Sep 2021 11:59:40 -0400 Subject: [PATCH] Bug 28510: Remove unused variable Signed-off-by: Martin Renvoize --- C4/HoldsQueue.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/HoldsQueue.pm b/C4/HoldsQueue.pm index 89c492ca2a5..b61562885f7 100644 --- a/C4/HoldsQueue.pm +++ b/C4/HoldsQueue.pm @@ -65,7 +65,6 @@ sub TransportCostMatrix { my $transport_costs = $dbh->selectall_arrayref("SELECT * FROM transport_cost",{ Slice => {} }); my $today = dt_from_string(); - my $calendars; my %transport_cost_matrix; foreach (@$transport_costs) { my $from = $_->{frombranch}; -- 2.20.1