diff --git a/module/VuFind/src/VuFind/Controller/AjaxController.php b/module/VuFind/src/VuFind/Controller/AjaxController.php
index c33bb949d0d9cb464afe1e943b29796634e44eaf..7347e9c0a919d25e90821fdcaeb6e1f11560c3b5 100644
--- a/module/VuFind/src/VuFind/Controller/AjaxController.php
+++ b/module/VuFind/src/VuFind/Controller/AjaxController.php
@@ -27,7 +27,6 @@
  */
 namespace VuFind\Controller;
 
-use VuFind\Exception\Auth as AuthException;
 use Zend\ServiceManager\ServiceLocatorInterface;
 
 /**