summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaneel S. Yaitskov <rtfm.rtfm.rtfm@gmail.com>2020-05-29 00:04:44 -0400
committerDaneel S. Yaitskov <rtfm.rtfm.rtfm@gmail.com>2020-05-29 00:04:44 -0400
commitb342aeb87973ad72a14a68604348d1fe7ff75c6c (patch)
treeed8a0befec411dda2734bf499ab92ddb37e6f31f
parent445f19fd226a2a5c4dc9399ee33adf98602f40d7 (diff)
downloadhaskell-wip/thread-protected.tar.gz
unusued import in Sync.hswip/thread-protected
-rw-r--r--libraries/base/GHC/Conc/Sync.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/Conc/Sync.hs b/libraries/base/GHC/Conc/Sync.hs
index c1cd6a648f..7a5c862324 100644
--- a/libraries/base/GHC/Conc/Sync.hs
+++ b/libraries/base/GHC/Conc/Sync.hs
@@ -118,7 +118,6 @@ import GHC.Real ( fromIntegral )
import GHC.Show ( Show(..), showParen, showString )
import GHC.Stable ( StablePtr(..) )
import GHC.Weak
-import GHC.Word
import Unsafe.Coerce ( unsafeCoerce# )