diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-29 17:25:59 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-29 17:30:20 -0400 |
commit | e79780c0cac64c7b74754e47fc066aa0fc104345 (patch) | |
tree | 1baa2628f02698a883f8d0bfc8d362307cfa1d11 /Utility/Daemon.hs | |
parent | daa420a9f299c331b24488d133d068ddc451b9aa (diff) |
fixed all remaining build warnings on Windows
Diffstat (limited to 'Utility/Daemon.hs')
-rw-r--r-- | Utility/Daemon.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Utility/Daemon.hs b/Utility/Daemon.hs index 0615149e5..d1f539e98 100644 --- a/Utility/Daemon.hs +++ b/Utility/Daemon.hs @@ -21,8 +21,6 @@ import Utility.LockFile #ifndef mingw32_HOST_OS import System.Posix import Control.Concurrent.Async -#else -import System.Exit #endif #ifndef mingw32_HOST_OS |