From a5b8f38b63869acc0bceb9d71fac435df6ddb199 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 25 Feb 2013 18:01:23 -0500 Subject: remove un-used require in ProductDashboard/lib/Queries.pm --- extensions/ProductDashboard/lib/Queries.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/ProductDashboard/lib/Queries.pm') diff --git a/extensions/ProductDashboard/lib/Queries.pm b/extensions/ProductDashboard/lib/Queries.pm index 2b7950b04..b58298ea8 100644 --- a/extensions/ProductDashboard/lib/Queries.pm +++ b/extensions/ProductDashboard/lib/Queries.pm @@ -31,7 +31,6 @@ use base qw(Exporter); use Bugzilla::CGI; use Bugzilla::User; -use Bugzilla::Search; use Bugzilla::Util; use Bugzilla::Component; use Bugzilla::Version; -- cgit v1.2.3-24-g4f1b