The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Remove unused code.

parent 796b130e
No related merge requests found
......@@ -27,8 +27,6 @@
*/
namespace VuFind\Search\EDS;
use EBSCO\EdsApi\SearchCriteria;
/**
* EDS API Results
*
......@@ -40,23 +38,6 @@ use EBSCO\EdsApi\SearchCriteria;
*/
class Results extends \VuFind\Search\Base\Results
{
/**
* Search criteria available for a given search
*
* @var array
*/
protected $searchCriteria;
/**
* Obtain the search criteria available for this searching session (if present)
*
* @return SearchCriteria
*/
public function getSearchCriteria()
{
return $this->searchCriteria;
}
/**
* Support method for performAndProcessSearch -- perform a search based on the
* parameters passed to the object.
......
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