remove build warning about old process version

The timeout features never materialized.
This commit is contained in:
Joey Hess 2020-08-28 11:17:30 -04:00
parent f95664305b
commit cb3916ae8a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

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