From: Frédéric Buclin Date: Wed, 16 Mar 2016 13:21:10 +0000 (+0100) Subject: Remove unused variable (leftover from bug 1201113) X-Git-Tag: release-5.1.1~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6da063a4c255b5d8be892863c2af5bb4d25673c0;p=thirdparty%2Fbugzilla.git Remove unused variable (leftover from bug 1201113) --- diff --git a/editclassifications.cgi b/editclassifications.cgi index 0337e5511a..765a34fcbd 100755 --- a/editclassifications.cgi +++ b/editclassifications.cgi @@ -27,7 +27,6 @@ local our $vars = {}; sub LoadTemplate { my $action = shift; - my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; $vars->{'classifications'} = [Bugzilla::Classification->get_all]