remove build warning about old process version
The timeout features never materialized.
This commit is contained in:
parent
f95664305b
commit
cb3916ae8a
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ cleanupProcess :: (Maybe Handle, Maybe Handle, Maybe Handle, ProcessHandle) -> I
|
|||
#if MIN_VERSION_process(1,6,4)
|
||||
cleanupProcess = Utility.Process.Shim.cleanupProcess
|
||||
#else
|
||||
#warning building with process-1.6.3; some timeout features may not work well
|
||||
cleanupProcess (mb_stdin, mb_stdout, mb_stderr, pid) = do
|
||||
-- Unlike the real cleanupProcess, this does not wait
|
||||
-- for the process to finish in the background, so if
|
||||
|
|
Loading…
Reference in a new issue