Skip to content
Snippets Groups Projects
Commit 6d767116 authored by Demian Katz's avatar Demian Katz
Browse files

Removed unused use statements.

parent aee9cee0
Branches
Tags
No related merge requests found
Showing
with 0 additions and 32 deletions
......@@ -27,7 +27,6 @@
* @link http://vufind.org Main Site
*/
namespace VuFind\Controller;
use Zend\Mvc\MvcEvent;
/**
* EIT Record Controller
......
......@@ -27,7 +27,6 @@
*/
namespace VuFind\Controller;
use EBSCO\EdsApi\Zend2 as EdsApi;
use VuFind\Solr\Utils as SolrUtils;
/**
* EDS Controller
......
......@@ -27,7 +27,6 @@
*/
namespace VuFind\Db\Table;
use Zend\Db\Sql\Expression;
/**
* Table Definition for statistics
......
......@@ -37,8 +37,6 @@
*/
namespace VuFind\ILS\Driver;
use VuFind\Exception\ILS as ILSException;
use VuFindHttp\HttpServiceInterface;
use DateTime;
use VuFind\Exception\Date as DateException;
/**
......
......@@ -26,7 +26,6 @@
namespace VuFind\ILS\Driver;
use VuFind\Exception\ILS as ILSException;
use VuFind\I18n\Translator\TranslatorAwareInterface;
use VuFind\ILS\Driver\AbstractBase as AbstractBase;
/**
* VuFind Connector for OCLC LBS4
......
......@@ -27,7 +27,6 @@
* @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki
*/
namespace VuFind\Recommend;
use VuFind\Search\BackendManager;
/**
* SpellingSuggestions Recommendations Module
......
......@@ -27,7 +27,6 @@
*/
namespace VuFind\Search\EDS;
use VuFindSearch\ParamBag;
/**
* EDS API Options
......
......@@ -28,7 +28,6 @@
namespace VuFind\Search\EDS;
use VuFindSearch\ParamBag;
use VuFindSearch\Backend\EDS\SearchRequestModel as SearchRequestModel;
use VuFind\Search\EDS\QueryAdapter;
/**
* EDS API Params
......
......@@ -28,8 +28,6 @@
namespace VuFind\Search\EDS;
use EBSCO\EdsApi\SearchCriteria;
use VuFindSearch\ParamBag;
use Zend\Log\LoggerInterface;
/**
* EDS API Results
......
......@@ -28,13 +28,11 @@
*/
namespace VuFind\Search\Factory;
use VuFind\RecordDriver\PluginManager;
use VuFindSearch\Backend\Solr\Response\Json\RecordCollectionFactory;
use VuFindSearch\Backend\Solr\Connector;
use VuFindSearch\Backend\Solr\Backend;
use VuFind\Search\Listener\NormalizeSolrSort;
/**
* Factory for the default SOLR backend.
......
......@@ -28,13 +28,9 @@
*/
namespace VuFind\Search\Factory;
use VuFind\RecordDriver\PluginManager;
use VuFindSearch\Backend\Solr\Response\Json\RecordCollectionFactory;
use VuFindSearch\Backend\Solr\Connector;
use VuFindSearch\Backend\Solr\Backend;
use VuFind\Search\Listener\NormalizeSolrSort;
/**
* Factory for the default SOLR backend.
......
......@@ -26,7 +26,6 @@
* @link http://vufind.org/wiki/vufind2:developer_manual Wiki
*/
namespace VuFind\Search;
use VuFind\Search\QueryAdapter;
/**
* A minified search object used exclusively for trimming a search object down to its
......
......@@ -27,7 +27,6 @@
*/
namespace VuFind\Search\Solr;
use Zend\Mvc\Controller\AbstractActionController;
/**
* Functions for manipulating facets
......
<?php
use Zend\Loader\AutoloaderFactory;
use Zend\ServiceManager\ServiceManager;
use Zend\Mvc\Service\ServiceManagerConfig;
// Set flag that we're in test mode
define('VUFIND_PHPUNIT_RUNNING', 1);
......
......@@ -29,8 +29,6 @@
*/
namespace VuFindTest\ILS\Driver;
use VuFind\ILS\Driver\MultiBackend, VuFind\Config\Reader as ConfigReader;
use VuFind\Auth\MultiAuth;
use Zend\Log\Writer\WriterInterface;
use Zend\Log\Writer\Mock;
use Zend\Log\Logger;
......
......@@ -30,7 +30,6 @@
namespace VuFindTest\Search\Solr;
use VuFindTest\Unit\TestCase;
use Zend\EventManager\Event;
use VuFind\Search\Solr\HierarchicalFacetHelper;
/**
......
......@@ -29,8 +29,6 @@
namespace VuFindSearch;
use Zend\ServiceManager\ServiceManager;
use Zend\EventManager\EventManager;
/**
* ZF2 module definition for the VF2 search service.
......
......@@ -30,7 +30,6 @@ namespace VuFindSearch\Backend;
use VuFindSearch\Response\RecordCollectionInterface;
use VuFindSearch\Response\RecordCollectionFactoryInterface;
use VuFindSearch\Backend\BackendInterface;
use Zend\Log\LoggerAwareInterface;
......
......@@ -39,9 +39,6 @@ use VuFindSearch\Response\RecordCollectionFactoryInterface;
use VuFindSearch\Backend\AbstractBackend;
use VuFindSearch\Backend\Exception\BackendException;
use Zend\Log\LoggerInterface;
use VuFindSearch\Backend\EDS\Response\RecordCollection;
use VuFindSearch\Backend\EDS\Response\RecordCollectionFactory;
use Zend\Cache\Storage\Adapter\AbstractAdapter as CacheAdapter;
use Zend\Config\Config;
......
......@@ -29,7 +29,6 @@ namespace VuFindSearch\Backend\EDS\Response;
use VuFindSearch\Response\RecordCollectionFactoryInterface;
use VuFindSearch\Exception\InvalidArgumentException;
use VuFindSearch\Backend\EDS\Response\RecordCollection;
/**
* Factory for record collection.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment