diff options
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 |