From 0f040a0691b780fa90202fe6f46ae7a51ff35f26 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 10 Nov 2015 03:08:54 -0500 Subject: [PATCH] Removed stale comment --- gc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gc.c b/gc.c index fa3ca57b..5053589a 100644 --- a/gc.c +++ b/gc.c @@ -635,7 +635,6 @@ void gc_handshake(gc_status_type s) void gc_post_handshake(gc_status_type s) { int status = ATOMIC_GET(&gc_status_col); - TODO: use atomic to change value of gc_status_col while (!ATOMIC_SET_IF_EQ(&gc_status_col, status, s)){} }