From 3e2b2de46f473d65c61d1e1f3a240e3e1f2c5e8d Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 28 May 2020 07:41:47 -0400 Subject: [PATCH] Remove unused variable. --- module/VuFind/src/VuFind/ILS/Driver/Folio.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Folio.php b/module/VuFind/src/VuFind/ILS/Driver/Folio.php index 2bda077d877..5a5547a6bf6 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Folio.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Folio.php @@ -939,7 +939,6 @@ class Folio extends AbstractAPI implements public function cancelHolds($cancelDetails) { $details = $cancelDetails['details']; - $patron = $cancelDetails['patron']; $count = 0; $cancelResult = ['items' => []]; -- GitLab