Skip to content

Commit a8746f7

Browse files
committed
Remove obsolete, commented out code
Signed-off-by: Joffrey F <[email protected]>
1 parent 0176fa1 commit a8746f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/transport/npipesocket.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ def connect(self, address):
5454
0
5555
)
5656
self.flags = win32pipe.GetNamedPipeInfo(handle)[0]
57-
# self.state = win32pipe.GetNamedPipeHandleState(handle)[0]
5857

59-
# if self.state & cPIPE_READMODE_MESSAGE != 0:
60-
# raise RuntimeError("message readmode pipes not supported")
6158
self._handle = handle
6259
self._address = address
6360

0 commit comments

Comments
 (0)