From 773dbdeef882aa1d5d50cf552a41d7a701dc99c5 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 11 May 2017 13:11:24 -0400 Subject: Bug 1352907 - Simplify extension system for performance --- Bugzilla/Install/Requirements.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 54a45fd18..9797fa15a 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -18,8 +18,7 @@ use strict; use warnings; use Bugzilla::Constants; -use Bugzilla::Install::Util qw(install_string bin_loc success - extension_requirement_packages); +use Bugzilla::Install::Util qw(install_string bin_loc success); use List::Util qw(max); use Term::ANSIColor; use CPAN::Meta; -- cgit v1.2.3-24-g4f1b