Remove redundant imports, now that NoImplicitPrelude does not imply RebindableSyntax
[ghc-base.git] / GHC / Conc / Signal.hs
index 8871b34..6d300c6 100644 (file)
@@ -21,7 +21,6 @@ import GHC.Conc.Sync (forkIO)
 import GHC.IO (mask_, unsafePerformIO)
 import GHC.IOArray (IOArray, boundsIOArray, newIOArray, unsafeReadIOArray,
                     unsafeWriteIOArray)
-import GHC.Num (fromInteger)
 import GHC.Real (fromIntegral)
 import GHC.Word (Word8)