summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/UserMatch.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/UserMatch.pm')
-rw-r--r--Bugzilla/Config/UserMatch.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/Config/UserMatch.pm b/Bugzilla/Config/UserMatch.pm
index 819247e99..9e19f1d2b 100644
--- a/Bugzilla/Config/UserMatch.pm
+++ b/Bugzilla/Config/UserMatch.pm
@@ -47,13 +47,6 @@ sub get_param_list {
},
{
- name => 'usermatchmode',
- type => 's',
- choices => ['off', 'wildcard', 'search'],
- default => 'off'
- },
-
- {
name => 'maxusermatches',
type => 't',
default => '1000',