Commit 31481811 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove unused "message" property on Dispatcher.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@265 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 0a497c90
......@@ -32,8 +32,6 @@ class Dispatcher(Thread):
Thread.__init__(self, **kw)
self._request_queue = request_queue
self.em = em
# Queue of received packet that have to be processed
self.message = Queue()
# This dict is used to associate conn/message id to client thread queue
# and thus redispatch answer to the original thread
self.message_table = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment