diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-17 16:19:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-17 16:19:42 -0400 |
commit | 4854516db48b7324d59af7f991e5167ddfb19a0c (patch) | |
tree | 4744631719098f74cea1d34f72ba898aceec91b3 /Utility/ThreadScheduler.hs | |
parent | 12c5d34ee28c2d786b7f3ab0e17a590068231ed9 (diff) |
fix warning
Diffstat (limited to 'Utility/ThreadScheduler.hs')
-rw-r--r-- | Utility/ThreadScheduler.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utility/ThreadScheduler.hs b/Utility/ThreadScheduler.hs index c95225598..6557398fd 100644 --- a/Utility/ThreadScheduler.hs +++ b/Utility/ThreadScheduler.hs @@ -11,7 +11,6 @@ module Utility.ThreadScheduler where import Common import Control.Concurrent -import Control.Exception import System.Posix.Terminal import System.Posix.Signals |