[Git][ghc/ghc][master] Remove redundant case statement in rts/js/mem.js.
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Sat Jun 10 12:28:27 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
9d1a8d87 by Jorge Mendes at 2023-06-10T08:28:10-04:00
Remove redundant case statement in rts/js/mem.js.
- - - - -
1 changed file:
- rts/js/mem.js
Changes:
=====================================
rts/js/mem.js
=====================================
@@ -747,9 +747,6 @@ function h$setField(o,n,v) {
case 45:
o.d2.d45 = v;
return;
- case 45:
- o.d2.d45 = v;
- return;
case 46:
o.d2.d46 = v;
return;
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9d1a8d87c2364321f27f4fc224a7042d5e47612d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9d1a8d87c2364321f27f4fc224a7042d5e47612d
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/20230610/75ce024d/attachment.html>
More information about the ghc-commits
mailing list