summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-09-18 17:08:32 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-09-18 17:08:32 +0200
commit2799e118d748aa32aa496c6614ba369dbd169520 (patch)
treeb5d700400dab5625acea6186f35feffd6269dd26 /Bugzilla/Bug.pm
parent4ab99774da63f0d3573d7b56887937cdbbe0a2ff (diff)
downloadbugzilla-2799e118d748aa32aa496c6614ba369dbd169520.tar.gz
bugzilla-2799e118d748aa32aa496c6614ba369dbd169520.tar.xz
Bug 916979 - Bug.search ignores the "limit" parameter
a/r=glob
Diffstat (limited to 'Bugzilla/Bug.pm')
-rw-r--r--Bugzilla/Bug.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index 302b58595..ba941788b 100644
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -270,10 +270,6 @@ use constant FIELD_MAP => {
summary => 'short_desc',
url => 'bug_file_loc',
whiteboard => 'status_whiteboard',
-
- # These are special values for the WebService Bug.search method.
- limit => 'LIMIT',
- offset => 'OFFSET',
};
use constant REQUIRED_FIELD_MAP => {