diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php b/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php index af50ac6d08a..d51fa651f3b 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php @@ -56,13 +56,6 @@ abstract class AbstractBackend implements BackendInterface, LoggerAwareInterface */ protected $collectionFactory = null; - /** - * Record collection. - * - * @var RecordCollectionInterface|null - */ - protected $recordCollection = null; - /** * Backend identifier. * @@ -131,18 +124,6 @@ protected function injectSourceIdentifier(RecordCollectionInterface $response) return $response; } - /** - * Sets the result set identifier for the record collection. - * - * @param string $uuid A valid UUID associated with the data set. - * - * @return void - */ - public function setResultSetIdentifier(string $uuid) - { - $this->recordCollection->setResultSetIdentifier($uuid); - } - /** * Generates a shorter UUID-like identifier. *