Removed stale comment

This commit is contained in:
Justin Ethier 2015-11-10 03:08:54 -05:00
parent af3aa141f1
commit 0f040a0691

1
gc.c
View file

@ -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)){}
}