From 4e109219f178db43d4faaeb83eedb00fc5a5be0e Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 7 Sep 2012 14:57:25 -0400 Subject: [PATCH] Trimmed unnecessary code. --- .../VuFind/src/VuFind/Search/SolrAuth/Results.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php index 37f4554d914..d391bc9793e 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php @@ -26,8 +26,6 @@ * @link http://www.vufind.org Main Page */ namespace VuFind\Search\SolrAuth; -use VuFind\Search\Base\Params as BaseParams, - VuFind\Search\Solr\Results as SolrResults; /** * Solr Authority Search Parameters @@ -38,19 +36,8 @@ use VuFind\Search\Base\Params as BaseParams, * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page */ -class Results extends SolrResults +class Results extends \VuFind\Search\Solr\Results { - /** - * Constructor - * - * @param \VuFind\Search\Base\Params $params Object representing user search - * parameters. - */ - public function __construct(BaseParams $params) - { - parent::__construct($params); - } - /** * Get a connection to the Solr index. * -- GitLab