summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2022-05-16 14:59:10 +0200
committerdoyougnu <jeffrey.young@iohk.io>2022-06-13 13:42:43 -0400
commit31024bc5e8b6178e2d96c78979ade7ecdd0abe3d (patch)
tree41a5c590cedd910f4f85dc89bc4dbb32afef2a1b
parentb61dafc5c3d8126f18d63038257493c8d14f4e23 (diff)
downloadhaskell-31024bc5e8b6178e2d96c78979ade7ecdd0abe3d.tar.gz
CodeGen: remove useless imports
-rw-r--r--compiler/GHC/StgToJS/Types.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/StgToJS/Types.hs b/compiler/GHC/StgToJS/Types.hs
index 0cae31e5c5..8a27745de3 100644
--- a/compiler/GHC/StgToJS/Types.hs
+++ b/compiler/GHC/StgToJS/Types.hs
@@ -14,10 +14,8 @@ import GHC.Core.TyCon
import GHC.Types.Unique
import GHC.Types.Unique.FM
-import GHC.Types.Unique.Set
import GHC.Types.Var
import GHC.Types.ForeignCall
-import GHC.Types.SrcLoc
import GHC.Utils.Monad.State.Strict
import GHC.Utils.Outputable (Outputable (..), text, SDocContext, (<+>), ($$))