From d6370f0638bfb1e237334e35e4e23524280cf6d2 Mon Sep 17 00:00:00 2001 From: "Sunil Joshi [:SunilJoshi]" Date: Fri, 21 Mar 2014 14:25:43 +0000 Subject: Bug 399087 - Remove the 'mostfreqthreshold' parameter r=dkl,a=justdave --- Bugzilla/Config/Query.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Bugzilla/Config/Query.pm') diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm index e1287386b..c7b33f620 100644 --- a/Bugzilla/Config/Query.pm +++ b/Bugzilla/Config/Query.pm @@ -25,13 +25,6 @@ sub get_param_list { checker => \&check_multi }, - { - name => 'mostfreqthreshold', - type => 't', - default => '2', - checker => \&check_numeric - }, - { name => 'mybugstemplate', type => 't', -- cgit v1.2.3-24-g4f1b