summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Shao <astrohavoc@gmail.com>2022-02-23 18:54:30 +0000
committerAndreas Klebinger <klebinger.andreas@gmx.at>2022-04-21 11:06:06 +0000
commit0481a6af8d5d0279809bd14082d9f2d988da6df2 (patch)
tree071708460143ee2edd32b51779047d6fa81bd744
parent0c02c9199c26bebde17cd0afd378802c6d622a88 (diff)
downloadhaskell-0481a6af8d5d0279809bd14082d9f2d988da6df2.tar.gz
[ci skip] Drop outdated TODO in RtsAPI.c
-rw-r--r--rts/RtsAPI.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rts/RtsAPI.c b/rts/RtsAPI.c
index 145f36bc55..b679a5fa3b 100644
--- a/rts/RtsAPI.c
+++ b/rts/RtsAPI.c
@@ -22,10 +22,6 @@
/* ----------------------------------------------------------------------------
Building Haskell objects from C datatypes.
-
- TODO: Currently this code does not tag created pointers,
- however it is not unsafe (the constructor code will do it)
- just inefficient.
------------------------------------------------------------------------- */
HaskellObj
rts_mkChar (Capability *cap, HsChar c)