Kaydet (Commit) a8746f7a authored tarafından Joffrey F's avatar Joffrey F

Remove obsolete, commented out code

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 0176fa17
......@@ -54,10 +54,7 @@ class NpipeSocket(object):
0
)
self.flags = win32pipe.GetNamedPipeInfo(handle)[0]
# self.state = win32pipe.GetNamedPipeHandleState(handle)[0]
# if self.state & cPIPE_READMODE_MESSAGE != 0:
# raise RuntimeError("message readmode pipes not supported")
self._handle = handle
self._address = address
......
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