mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
windows,python: remove dead code in send_wait
Found while looking over the code. Signed-off-by: Alin Balutoiu <abalutoiu@cloudbasesolutions.com> Suggested-by: Alin Gabriel Serdean <aserdean@ovn.org> Acked-by: Alin Gabriel Serdean <aserdean@ovn.org> Acked-by: Anand Kumar <kumaranand@vmware.com> Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
This commit is contained in:
committed by
Alin Gabriel Serdean
parent
0024e9e96f
commit
4257675e00
@@ -492,8 +492,6 @@ class Stream(object):
|
||||
self.wait(poller, Stream.W_RECV)
|
||||
|
||||
def send_wait(self, poller):
|
||||
if sys.platform == 'win32':
|
||||
poller.fd_wait(self.connect.hEvent, ovs.poller.POLLIN)
|
||||
self.wait(poller, Stream.W_SEND)
|
||||
|
||||
def __del__(self):
|
||||
|
||||
Reference in New Issue
Block a user