From 6e35a5c545b9a64c45db05f06113ce0ce001c0ee Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 6 Jan 2016 09:30:10 -0500
Subject: [PATCH] Removed unused, meaningless code.

---
 module/VuFind/src/VuFind/RecordDriver/SolrAuth.php | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrAuth.php b/module/VuFind/src/VuFind/RecordDriver/SolrAuth.php
index 2a885aaa7f3..015136797d3 100644
--- a/module/VuFind/src/VuFind/RecordDriver/SolrAuth.php
+++ b/module/VuFind/src/VuFind/RecordDriver/SolrAuth.php
@@ -38,13 +38,6 @@ namespace VuFind\RecordDriver;
  */
 class SolrAuth extends SolrMarc
 {
-    /**
-     * Used for identifying database records
-     *
-     * @var string
-     */
-    protected $resourceSource = 'SolrAuth';
-
     /**
      * Get the short (pre-subtitle) title of the record.
      *
-- 
GitLab