Skip to content

Commit 73df616

Browse files
committed
refactor: Remove unnecessary comment in concurrent.h
1 parent 95f6bdc commit 73df616

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/libconcur/concurrent.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ struct producer<trans::broadcast, relation::multi> {
370370
auto w_cur = trunc_index(hdr, w_idx);
371371
auto &elem = elems[w_cur];
372372
// Set data & flag. Dirty write is not considered here.
373-
// By default, when dirty write occurs, the previous writer must no longer exist.
374373
elem.set_flag(w_idx | state::enqueue_mask);
375374
elem.set_data(std::forward<U>(src));
376375
elem.set_flag(w_idx);

0 commit comments

Comments
 (0)