summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/Main.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-08-04 15:24:31 -0400
committerGHC GitLab CI <ghc-ci@gitlab-haskell.org>2022-08-05 13:09:27 -0400
commit19bb7ea83b0599dcd214d2edc0f15bfc840bfccf (patch)
treeebe483eaa8ab3b4d272ef34d205bdabfd8fdacda /utils/genprimopcode/Main.hs
parentf3b6d424e05f80e9ab964df7d3ecabc584955229 (diff)
downloadhaskell-wip/kill-ioport.tar.gz
Kill IOPort#wip/kill-ioport
Diffstat (limited to 'utils/genprimopcode/Main.hs')
-rw-r--r--utils/genprimopcode/Main.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/genprimopcode/Main.hs b/utils/genprimopcode/Main.hs
index 6984f4a296..23742880f6 100644
--- a/utils/genprimopcode/Main.hs
+++ b/utils/genprimopcode/Main.hs
@@ -802,8 +802,6 @@ ppType (TyApp (TyCon "StableName#") [x]) = "mkStableNamePrimTy " ++ ppType x
ppType (TyApp (TyCon "MVar#") [x,y]) = "mkMVarPrimTy " ++ ppType x
++ " " ++ ppType y
-ppType (TyApp (TyCon "IOPort#") [x,y]) = "mkIOPortPrimTy " ++ ppType x
- ++ " " ++ ppType y
ppType (TyApp (TyCon "TVar#") [x,y]) = "mkTVarPrimTy " ++ ppType x
++ " " ++ ppType y
ppType (TyApp (VecTyCon _ pptc) []) = pptc