diff options
author | David Terei <davidterei@gmail.com> | 2011-11-18 19:47:24 -0800 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-11-22 11:05:15 -0800 |
commit | e3619c9439ce1d79719285c6c1006a5ac1ff0b14 (patch) | |
tree | b27e751c6584477cf4217428cc0613c94da8113f /rts/StgMiscClosures.cmm | |
parent | 024216e68c0b3984c81ec9132f762d7aca5f477b (diff) | |
download | haskell-e3619c9439ce1d79719285c6c1006a5ac1ff0b14.tar.gz |
Remove some old comments about the mangler
Diffstat (limited to 'rts/StgMiscClosures.cmm')
-rw-r--r-- | rts/StgMiscClosures.cmm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/StgMiscClosures.cmm b/rts/StgMiscClosures.cmm index 26f24f6f39..70c77e531a 100644 --- a/rts/StgMiscClosures.cmm +++ b/rts/StgMiscClosures.cmm @@ -601,8 +601,6 @@ INFO_TABLE_CONSTR(stg_MVAR_TSO_QUEUE,2,0,0,PRIM,"MVAR_TSO_QUEUE","MVAR_TSO_QUEUE * on the fact that static closures live in the data section. */ -/* end the name with _closure, to convince the mangler this is a closure */ - #if !(defined(__PIC__) && defined(mingw32_HOST_OS)) section "data" { stg_CHARLIKE_closure: |