Revert "Add Pipe::WriteWithTimeout method"
authorPavel Labath <labath@google.com>
Tue, 21 Jul 2015 11:04:52 +0000 (11:04 +0000)
committerPavel Labath <labath@google.com>
Tue, 21 Jul 2015 11:04:52 +0000 (11:04 +0000)
commit7c52f85322564cd5b5c248b3caf0fcccfa7403c2
tree2925e8f2ad052c92ae297cc517918e5c832129d3
parent2859653d51d75e8cf7b8b3123fa3203b4c6d6fa5
Revert "Add Pipe::WriteWithTimeout method"

I have observed an increased flakyness in the buildbots. I suspect something was relying on the
fact that Pipe::Write had an implicit timeout of 1s, which this commit has removed. Reverting
while I investigate.

llvm-svn: 242767
lldb/include/lldb/Host/PipeBase.h
lldb/include/lldb/Host/posix/PipePosix.h
lldb/include/lldb/Host/windows/PipeWindows.h
lldb/source/Host/common/PipeBase.cpp
lldb/source/Host/posix/PipePosix.cpp
lldb/source/Host/windows/PipeWindows.cpp