[Git][ghc/ghc][wip/js-th] remove unused imports
Luite Stegeman (@luite)
gitlab at gitlab.haskell.org
Tue Jan 31 01:15:38 UTC 2023
Luite Stegeman pushed to branch wip/js-th at Glasgow Haskell Compiler / GHC
Commits:
4772e94f by Luite Stegeman at 2023-01-31T10:15:16+09:00
remove unused imports
- - - - -
1 changed file:
- compiler/GHC/StgToJS/Linker/Types.hs
Changes:
=====================================
compiler/GHC/StgToJS/Linker/Types.hs
=====================================
@@ -30,13 +30,9 @@ import GHC.Unit.Types
import GHC.Utils.Outputable (hsep,Outputable(..),text,ppr, hang, IsDoc (vcat), IsLine (hcat))
import Data.Map.Strict (Map)
-import qualified Data.Map.Strict as M
import Data.Set (Set)
import qualified Data.Set as S
-
-import Control.Concurrent.MVar
-
import System.IO
import Prelude
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4772e94fb1fca275141e2d4bde85a35d89968eab
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4772e94fb1fca275141e2d4bde85a35d89968eab
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230130/8ff14009/attachment-0001.html>
More information about the ghc-commits
mailing list