From 32d5129b37344ccb5abd21e0b3f6a9043f5f54bc Mon Sep 17 00:00:00 2001
From: Mark McLoughlin <markmc@redhat.com>
Date: Thu, 26 Jun 2014 06:43:07 +0100
Subject: [PATCH] Remove duplicate docs for MessageHandlingServer

We're currently including these docs under the RPC server and
notification listener sections causing sphinx to have a minor panic
attack.

  WARNING: duplicate object description of oslo.messaging.MessageHandlingServer

Change-Id: I76a4d9a7f55f7b65bcdd2bdb814904dc55bd1068
---
 doc/source/notification_listener.rst | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/doc/source/notification_listener.rst b/doc/source/notification_listener.rst
index 4fa06617d..00b9ad2b3 100644
--- a/doc/source/notification_listener.rst
+++ b/doc/source/notification_listener.rst
@@ -7,8 +7,3 @@ Notification Listener
 .. currentmodule:: oslo.messaging
 
 .. autofunction:: get_notification_listener
-
-.. autoclass:: MessageHandlingServer
-   :members:
-
-.. autofunction:: get_local_context