From 6f68125893590fc9de60185f5535bae12adbcb54 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 3 Jul 2017 12:38:38 -0700 Subject: Bug 1377232 - Revert code from bug 1361890 --- Bugzilla.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla.pm') diff --git a/Bugzilla.pm b/Bugzilla.pm index 55dc93e98..33a658323 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -36,7 +36,6 @@ use Bugzilla::Flag; use Bugzilla::Hook; use Bugzilla::Install::Localconfig qw(read_localconfig); use Bugzilla::Install::Util qw(init_console include_languages); -use Bugzilla::Install::AssetManager; use Bugzilla::Memcached; use Bugzilla::Template; use Bugzilla::Token; @@ -255,11 +254,6 @@ sub extensions { return $cache->{extensions}; } -sub asset_manager { - state $asset_manager = Bugzilla::Install::AssetManager->new; - return $asset_manager; -} - sub cgi { return $_[0]->request_cache->{cgi} ||= new Bugzilla::CGI(); } -- cgit v1.2.3-24-g4f1b