summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-09-18 17:24:17 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-09-18 17:24:17 +0200
commit898a95843f1fcb1982c409adaeb0d9b8f6f23a32 (patch)
tree88626521663c1b22e266eeb8adfe8425e7a402d4 /Bugzilla/Bug.pm
parent7b756e036dfdf54368d5e7e18dd1cefd53724c12 (diff)
downloadbugzilla-898a95843f1fcb1982c409adaeb0d9b8f6f23a32.tar.gz
bugzilla-898a95843f1fcb1982c409adaeb0d9b8f6f23a32.tar.xz
Bug 916979 - Bug.search ignores the "limit" parameter
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 9446333d7..6f3107d5c 100644
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -286,10 +286,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 => {