mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Removed stale comment
This commit is contained in:
parent
af3aa141f1
commit
0f040a0691
1 changed files with 0 additions and 1 deletions
1
gc.c
1
gc.c
|
@ -635,7 +635,6 @@ void gc_handshake(gc_status_type s)
|
||||||
void gc_post_handshake(gc_status_type s)
|
void gc_post_handshake(gc_status_type s)
|
||||||
{
|
{
|
||||||
int status = ATOMIC_GET(&gc_status_col);
|
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)){}
|
while (!ATOMIC_SET_IF_EQ(&gc_status_col, status, s)){}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue