From 4104de8c29d9044f4dc5875f76ea2c6ee5526ca1 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 5 Dec 2016 16:16:21 -0500
Subject: [PATCH] Removed unused code.

---
 module/VuFind/src/VuFind/Controller/AjaxController.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Controller/AjaxController.php b/module/VuFind/src/VuFind/Controller/AjaxController.php
index 600b3784f5a..bbf2a2a3d86 100644
--- a/module/VuFind/src/VuFind/Controller/AjaxController.php
+++ b/module/VuFind/src/VuFind/Controller/AjaxController.php
@@ -784,7 +784,6 @@ class AjaxController extends AbstractBase
         );
         $request = $this->getRequest();
         $config = $this->getServiceLocator()->get('Config');
-        $sconfig = $this->getServiceLocator()->get('VuFind\Config')->get('searches');
 
         $recordTabPlugin = $this->getServiceLocator()
             ->get('VuFind\RecordTabPluginManager');
-- 
GitLab