[Git][ghc/ghc][master] winio: remove dead argument to stg_newIOPortzh
Marge Bot
gitlab at gitlab.haskell.org
Sun Jul 26 17:24:42 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
8236925f by Tamar Christina at 2020-07-26T13:24:35-04:00
winio: remove dead argument to stg_newIOPortzh
- - - - -
1 changed file:
- rts/PrimOps.cmm
Changes:
=====================================
rts/PrimOps.cmm
=====================================
@@ -2221,7 +2221,7 @@ loop:
IOPort primitives
-------------------------------------------------------------------------- */
-stg_newIOPortzh ( gcptr init )
+stg_newIOPortzh ()
{
W_ ioport;
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8236925fc8cc2e6e3fed61a0676fa65270a4a538
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8236925fc8cc2e6e3fed61a0676fa65270a4a538
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/20200726/977c3927/attachment.html>
More information about the ghc-commits
mailing list