2
0
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:
Alin Balutoiu
2017-08-25 15:02:54 +00:00
committed by Alin Gabriel Serdean
parent 0024e9e96f
commit 4257675e00

View File

@@ -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):