From 6cae1b669d427648bf129be14d713ab63b1899da Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 19 Aug 2014 12:34:36 +0200 Subject: Bug 1053802: Groups used for the comment_taggers_group and debug_group parameters can be deleted r=sgreen a=glob --- editgroups.cgi | 3 --- 1 file changed, 3 deletions(-) (limited to 'editgroups.cgi') diff --git a/editgroups.cgi b/editgroups.cgi index 2fd9f569a..9c33a0ee3 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -22,9 +22,6 @@ use Bugzilla::Product; use Bugzilla::User; use Bugzilla::Token; -use constant SPECIAL_GROUPS => ('chartgroup', 'insidergroup', - 'timetrackinggroup', 'querysharegroup'); - my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; my $template = Bugzilla->template; -- cgit v1.2.3-24-g4f1b