summaryrefslogtreecommitdiffstats
path: root/Bugzilla/API/1_0/Resource/Product.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/API/1_0/Resource/Product.pm')
-rw-r--r--Bugzilla/API/1_0/Resource/Product.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/API/1_0/Resource/Product.pm b/Bugzilla/API/1_0/Resource/Product.pm
index dcd4b9a68..6a5168608 100644
--- a/Bugzilla/API/1_0/Resource/Product.pm
+++ b/Bugzilla/API/1_0/Resource/Product.pm
@@ -109,8 +109,6 @@ sub REST_RESOURCES {
# Methods #
############
-BEGIN { *get_products = \&get }
-
# Get the ids of the products the user can search
sub get_selectable_products {
Bugzilla->switch_to_shadow_db();
@@ -511,8 +509,6 @@ Returns a list of information about the products passed to it.
B<Note>: You must at least specify one of C<ids> or C<names>.
-B<Note>: Can also be called as "get_products" for compatibilty with Bugzilla 3.0 API.
-
=item B<REST>
To return information about a specific groups of products such as
@@ -1008,6 +1004,4 @@ You must define a default milestone.
=item REST_RESOURCES
-=item get_products
-
=back