diff --git a/odoo/http.py b/odoo/http.py
index 4b69a155386912ff2824099e14144f21c7a390f2..3da0379e551b941277d67f7f4de7c61e48ab6b0d 100644
--- a/odoo/http.py
+++ b/odoo/http.py
@@ -112,8 +112,6 @@ def dispatch_rpc(service_name, method, params):
             dispatch = odoo.service.db.dispatch
         elif service_name == 'object':
             dispatch = odoo.service.model.dispatch
-        elif service_name == 'report':
-            dispatch = odoo.service.report.dispatch
         result = dispatch(method, params)
 
         if rpc_request_flag or rpc_response_flag: