diff options
author | Tamar Christina <tamar@zhox.com> | 2022-02-20 20:00:36 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-28 22:19:34 -0400 |
commit | d182897e738ae1fb594ddc88cc27f607266ef5d1 (patch) | |
tree | 878e948b6805e87a7f2a749cc3851b90658bdf0d | |
parent | 905206d67854edbc89978bd554724f57dc8553c2 (diff) | |
download | haskell-d182897e738ae1fb594ddc88cc27f607266ef5d1.tar.gz |
Remove unused line
-rw-r--r-- | utils/iserv/src/Main.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/iserv/src/Main.hs b/utils/iserv/src/Main.hs index 95e43b93c9..4c622f85a9 100644 --- a/utils/iserv/src/Main.hs +++ b/utils/iserv/src/Main.hs @@ -25,7 +25,6 @@ import Text.Printf import Foreign.Ptr (wordPtrToPtr) # if defined(__IO_MANAGER_WINIO__) import GHC.IO.SubSystem ((<!>)) -import GHC.IO.Handle.Windows (handleToHANDLE) import GHC.Event.Windows (associateHandle') # endif #endif |