From 2799e118d748aa32aa496c6614ba369dbd169520 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 18 Sep 2013 11:08:32 -0400 Subject: Bug 916979 - Bug.search ignores the "limit" parameter a/r=glob --- Bugzilla/Bug.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Bugzilla/Bug.pm') 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 => { -- cgit v1.2.3-24-g4f1b