From 49a4bc5e072b82f0c61da392bb8a15106e63d38b Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 22 Dec 2016 08:27:08 -0500
Subject: [PATCH] Removed unused line of code.

---
 .../VuFind/Controller/ShibbolethLogoutNotificationController.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Controller/ShibbolethLogoutNotificationController.php b/module/VuFind/src/VuFind/Controller/ShibbolethLogoutNotificationController.php
index ddd874843c3..df78a014953 100644
--- a/module/VuFind/src/VuFind/Controller/ShibbolethLogoutNotificationController.php
+++ b/module/VuFind/src/VuFind/Controller/ShibbolethLogoutNotificationController.php
@@ -73,7 +73,6 @@ class ShibbolethLogoutNotificationController extends AbstractBase
     public function postAction()
     {
         $this->disableSessionWrites();
-        list($uri) = explode('?', $this->getRequest()->getUriString());
         $soapServer = new \Zend\Soap\Server(
             'data://text/plain;base64,' . base64_encode($this->getWsdl())
         );
-- 
GitLab