You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2018/05/01 17:32:09 UTC

qpid-dispatch git commit: DISPATCH-981 - Removed empty function on_link_remote_open

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 689441c3a -> cbb3ea4bb


DISPATCH-981 - Removed empty function on_link_remote_open


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/cbb3ea4b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/cbb3ea4b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/cbb3ea4b

Branch: refs/heads/master
Commit: cbb3ea4bbc5fc28efed87700a042f16f641b2248
Parents: 689441c
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Tue May 1 13:31:55 2018 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Tue May 1 13:31:55 2018 -0400

----------------------------------------------------------------------
 tests/system_tests_link_routes.py | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/cbb3ea4b/tests/system_tests_link_routes.py
----------------------------------------------------------------------
diff --git a/tests/system_tests_link_routes.py b/tests/system_tests_link_routes.py
index d31d4b7..1f95e4f 100644
--- a/tests/system_tests_link_routes.py
+++ b/tests/system_tests_link_routes.py
@@ -1302,8 +1302,6 @@ class MultiLinkSendReceive(MessagingHandler):
             r = self.RecvState(event.container.create_receiver(u, name=self.name))
             self.receivers[r.link.connection.container] = r
 
-    def on_link_remote_open(self, event):
-
     def on_sendable(self, event):
         self.senders[event.connection.container].send(self.name, self.message)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org