From 5c8594a71d10d21019175dbc98e572671f80a095 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Thu, 19 Mar 2015 20:40:07 +0100 Subject: Bug 1136745: Kill the makeproductgroups parameter r=LpSolit a=glob --- Bugzilla/Config/GroupSecurity.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla/Config/GroupSecurity.pm') 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 @@ -20,12 +20,6 @@ sub get_param_list { my $class = shift; my @param_list = ( - { - name => 'makeproductgroups', - type => 'b', - default => 0 - }, - { name => 'chartgroup', type => 's', -- cgit v1.2.3-24-g4f1b