summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/GroupSecurity.pm
diff options
context:
space:
mode:
authorGervase Markham <gerv@mozilla.org>2015-03-19 20:40:07 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-03-19 20:45:19 +0100
commit5c8594a71d10d21019175dbc98e572671f80a095 (patch)
treee926fe496dd7eadbd24ccf2b8cb54bb69452bba6 /Bugzilla/Config/GroupSecurity.pm
parent42584a88aecb7430d6cef2c7b73779842ea5c80d (diff)
downloadbugzilla-5c8594a71d10d21019175dbc98e572671f80a095.tar.gz
bugzilla-5c8594a71d10d21019175dbc98e572671f80a095.tar.xz
Bug 1136745: Kill the makeproductgroups parameter
r=LpSolit a=glob
Diffstat (limited to 'Bugzilla/Config/GroupSecurity.pm')
-rw-r--r--Bugzilla/Config/GroupSecurity.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Config/GroupSecurity.pm b/Bugzilla/Config/GroupSecurity.pm
index 4fa21e72f..ec172216b 100644
--- a/Bugzilla/Config/GroupSecurity.pm
+++ b/Bugzilla/Config/GroupSecurity.pm
@@ -21,12 +21,6 @@ sub get_param_list {
my @param_list = (
{
- name => 'makeproductgroups',
- type => 'b',
- default => 0
- },
-
- {
name => 'chartgroup',
type => 's',
choices => \&_get_all_group_names,