From 056decf4bef0619259a050a41abe4d3e565e0f91 Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Wed, 15 Apr 2015 01:32:55 +0200 Subject: Bug 1154099: Remove support for Bug.get_bugs and Bug.get_history r=LpSolit a=glob --- Bugzilla/API/1_0/Resource/Bug.pm | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'Bugzilla/API') diff --git a/Bugzilla/API/1_0/Resource/Bug.pm b/Bugzilla/API/1_0/Resource/Bug.pm index 8bdf9ae2d..6797526c4 100644 --- a/Bugzilla/API/1_0/Resource/Bug.pm +++ b/Bugzilla/API/1_0/Resource/Bug.pm @@ -243,17 +243,6 @@ sub REST_RESOURCES { return $rest_resources; } -###################################################### -# Add aliases here for old method name compatibility # -###################################################### - -BEGIN { - # In 3.0, get was called get_bugs - *get_bugs = \&get; - # Before 3.4rc1, "history" was get_history. - *get_history = \&history; -} - ########### # Methods # ########### @@ -2296,8 +2285,6 @@ C. Gets information about particular bugs in the database. -Note: Can also be called as "get_bugs" for compatibilty with Bugzilla 3.0 API. - =item B To get information about a particular bug using its ID or alias: @@ -4874,8 +4861,4 @@ This method can throw all of the errors that L throws. =item REST_RESOURCES -=item get_bugs - -=item get_history - =back -- cgit v1.2.3-24-g4f1b