remove deprecated code
authorBill Erickson <berickxx@gmail.com>
Wed, 11 Sep 2019 17:02:13 +0000 (13:02 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 15 Oct 2019 18:09:56 +0000 (14:09 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/support-scripts/elastic-index.pl

index 80d3ef4..626034e 100755 (executable)
@@ -6,7 +6,6 @@ use OpenSRF::Utils::JSON;
 use OpenILS::Utils::Fieldmapper;
 use OpenILS::Utils::CStoreEditor;
 use OpenILS::Elastic::Bib::Search;
-use OpenILS::Elastic::Bib::Marc;
 
 my $help;
 my $osrf_config = '/openils/conf/opensrf_core.xml';
@@ -129,8 +128,6 @@ my $es;
 
 if ($index_name eq 'bib-search') {
     $es = OpenILS::Elastic::Bib::Search->new($cluster);
-} elsif ($index_name eq 'bib-marc') {
-    $es = OpenILS::Elastic::Bib::Marc->new($cluster);
 }
 
 if (!$es) {