diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-03-14 00:23:22 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-03-14 16:13:30 +0100 |
commit | ac85576a8799ec12036bfb8bb93ac48f96830f1f (patch) | |
tree | 769db0131ede6f433594da5286b552a694cd6d4e /Bugzilla.pm | |
parent | c56b9339af827fea16217832d93b266a27294acf (diff) | |
download | bugzilla-ac85576a8799ec12036bfb8bb93ac48f96830f1f.tar.gz bugzilla-ac85576a8799ec12036bfb8bb93ac48f96830f1f.tar.xz |
Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries against the ES backend"
This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500.
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r-- | Bugzilla.pm | 6 |
1 files changed, 0 insertions, 6 deletions
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, |