diff options
Diffstat (limited to 'rts/sm/NonMoving.h')
-rw-r--r-- | rts/sm/NonMoving.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/sm/NonMoving.h b/rts/sm/NonMoving.h index fcbf6ca89b..45ece3aa6a 100644 --- a/rts/sm/NonMoving.h +++ b/rts/sm/NonMoving.h @@ -298,7 +298,6 @@ INLINE_HEADER void nonmovingSetClosureMark(StgPtr p) nonmovingSetMark(nonmovingGetSegment(p), nonmovingGetBlockIdx(p)); } -// TODO: Audit the uses of these /* Was the given closure marked this major GC cycle? */ INLINE_HEADER bool nonmovingClosureMarkedThisCycle(StgPtr p) { |