diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2019-12-23 15:26:07 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-24 01:04:24 -0500 |
commit | 40327b037f7115f7b05cc0265acb787671bea294 (patch) | |
tree | 03aaae7f961bbed29f40b70788a58e2b7214d076 /rts | |
parent | 11f8eef5a9625c77f78a829406c446b615ed6168 (diff) | |
download | haskell-40327b037f7115f7b05cc0265acb787671bea294.tar.gz |
Remove outdated comment
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Capability.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rts/Capability.c b/rts/Capability.c index 0baa4ef205..91d4683f73 100644 --- a/rts/Capability.c +++ b/rts/Capability.c @@ -69,10 +69,8 @@ uint32_t numa_map[MAX_NUMA_NODES]; /* Let foreign code get the current Capability -- assuming there is one! * This is useful for unsafe foreign calls because they are called with - * the current Capability held, but they are not passed it. For example, - * see see the integer-gmp package which calls allocate() in its - * stgAllocForGMP() function (which gets called by gmp functions). - * */ + * the current Capability held, but they are not passed it. + */ Capability * rts_unsafeGetMyCapability (void) { #if defined(THREADED_RTS) |