[Git][ghc/ghc][master] JS: remove useless h$CLOCK_REALTIME (#23202)
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Thu May 30 18:44:37 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
5ff83bfc by Sylvain Henry at 2024-05-30T14:43:10-04:00
JS: remove useless h$CLOCK_REALTIME (#23202)
- - - - -
1 changed file:
- rts/js/time.js
Changes:
=====================================
rts/js/time.js
=====================================
@@ -16,5 +16,3 @@ function h$clock_gettime(when, p_d, p_o) {
}
return 0;
}
-
-function h$CLOCK_REALTIME() { return 0; }
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5ff83bfca609277df6c47e546716ee3c6fb9735f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5ff83bfca609277df6c47e546716ee3c6fb9735f
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/20240530/5a1a6b1f/attachment.html>
More information about the ghc-commits
mailing list