Remove obsolete, commented out code

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-06-08 17:02:33 -07:00
parent 0176fa171f
commit a8746f7a99
1 changed files with 0 additions and 3 deletions

View File

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