提交 4ddf6c2a 编写于 作者: B barrierye

remove useless code

上级 467d0eb5
...@@ -172,7 +172,6 @@ class ProcessChannel(multiprocessing.queues.Queue): ...@@ -172,7 +172,6 @@ class ProcessChannel(multiprocessing.queues.Queue):
self._cv = multiprocessing.Condition() self._cv = multiprocessing.Condition()
self._manager = manager
self._producers = [] self._producers = []
self._pushed_producer_count = manager.dict() # {data_id: count} self._pushed_producer_count = manager.dict() # {data_id: count}
self._input_buf = manager.dict() # {data_id: {op_name: data}} self._input_buf = manager.dict() # {data_id: {op_name: data}}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册