diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-03-16 14:21:10 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-03-16 14:21:10 +0100 |
commit | 6da063a4c255b5d8be892863c2af5bb4d25673c0 (patch) | |
tree | 915826e7591b117001585bfe29588b73722491bb /editclassifications.cgi | |
parent | 27daf484e99ea638f10beec81f41a2bcb412fd4d (diff) | |
download | bugzilla-6da063a4c255b5d8be892863c2af5bb4d25673c0.tar.gz bugzilla-6da063a4c255b5d8be892863c2af5bb4d25673c0.tar.xz |
Remove unused variable (leftover from bug 1201113)
Diffstat (limited to 'editclassifications.cgi')
-rwxr-xr-x | editclassifications.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editclassifications.cgi b/editclassifications.cgi index 0337e5511..765a34fcb 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] |