From ac85576a8799ec12036bfb8bb93ac48f96830f1f Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 13 Mar 2017 19:23:22 -0400 Subject: Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500. --- Bugzilla.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla.pm') diff --git a/Bugzilla.pm b/Bugzilla.pm index 8e70cb653..55e416933 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -23,7 +23,6 @@ BEGIN { use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; use Bugzilla::CGI; -use Bugzilla::Elastic; use Bugzilla::Config; use Bugzilla::Constants; use Bugzilla::DB; @@ -783,11 +782,6 @@ sub memcached { } } -sub elastic { - my ($class) = @_; - $class->process_cache->{elastic} //= Bugzilla::Elastic->new(); -} - # Private methods # Per-process cleanup. Note that this is a plain subroutine, not a method, -- cgit v1.2.3-24-g4f1b