[Git][ghc/ghc][wip/ubxsumtag] remove some unused things
Luite Stegeman (@luite)
gitlab at gitlab.haskell.org
Mon Feb 10 06:34:15 UTC 2025
Luite Stegeman pushed to branch wip/ubxsumtag at Glasgow Haskell Compiler / GHC
Commits:
894c765f by Luite Stegeman at 2025-02-10T15:33:52+09:00
remove some unused things
- - - - -
1 changed file:
- compiler/GHC/Stg/Unarise.hs
Changes:
=====================================
compiler/GHC/Stg/Unarise.hs
=====================================
@@ -404,7 +404,6 @@ import GHC.Stg.Syntax
import GHC.Stg.Utils
import GHC.Stg.Make
import GHC.Core.Type
-import GHC.Builtin.Types.Prim (intPrimTy)
import GHC.Builtin.Types
import GHC.Types.Unique.Supply
import GHC.Types.Unique
@@ -1195,9 +1194,6 @@ tagAltTy i
tagTyArg :: StgArg -> Type
tagTyArg x = stgArgType x
-tagTy :: Id -> Type
-tagTy i = idType i
-
voidArg :: StgArg
voidArg = StgVarArg voidPrimId
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/894c765fc55bed150f32614ecd1042549a76c497
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/894c765fc55bed150f32614ecd1042549a76c497
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/20250210/fe5bcf9f/attachment-0001.html>
More information about the ghc-commits
mailing list