From 1c79bd92890e8389ff5c47ccf70a6532b26e0576 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 27 Feb 2013 10:32:35 -0500
Subject: [PATCH] Removed unused use statement.

---
 module/VuFind/src/VuFind/Connection/Manager.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Connection/Manager.php b/module/VuFind/src/VuFind/Connection/Manager.php
index 8e13b84201c..3e2ec2575b4 100644
--- a/module/VuFind/src/VuFind/Connection/Manager.php
+++ b/module/VuFind/src/VuFind/Connection/Manager.php
@@ -27,7 +27,7 @@
  */
 namespace VuFind\Connection;
 
-use VuFind\Config\Reader as ConfigReader, VuFind\ILS\Connection as ILSConnection,
+use VuFind\Config\Reader as ConfigReader,
     Zend\ServiceManager\ServiceLocatorInterface;
 
 /**
-- 
GitLab