From: Bill Erickson Date: Wed, 11 Sep 2019 17:02:13 +0000 (-0400) Subject: remove deprecated code X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b174195cf22319f8ef2da9136f3506ea5b3f435a;p=working%2FEvergreen.git remove deprecated code Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/support-scripts/elastic-index.pl b/Open-ILS/src/support-scripts/elastic-index.pl index 80d3ef46d7..626034ea13 100755 --- a/Open-ILS/src/support-scripts/elastic-index.pl +++ b/Open-ILS/src/support-scripts/elastic-index.pl @@ -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) {