diff options
author | Cheng Shao <astrohavoc@gmail.com> | 2022-02-23 18:54:30 +0000 |
---|---|---|
committer | Andreas Klebinger <klebinger.andreas@gmx.at> | 2022-04-21 11:06:06 +0000 |
commit | 0481a6af8d5d0279809bd14082d9f2d988da6df2 (patch) | |
tree | 071708460143ee2edd32b51779047d6fa81bd744 /rts/RtsAPI.c | |
parent | 0c02c9199c26bebde17cd0afd378802c6d622a88 (diff) | |
download | haskell-0481a6af8d5d0279809bd14082d9f2d988da6df2.tar.gz |
[ci skip] Drop outdated TODO in RtsAPI.c
Diffstat (limited to 'rts/RtsAPI.c')
-rw-r--r-- | rts/RtsAPI.c | 4 |
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) |