Skip to content

Commit 53f5c0c

Browse files
committed
rt: Delete some incorrect comments
1 parent 4357e1f commit 53f5c0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rt/rust_kernel.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ rust_kernel::get_scheduler_by_id_nolock(rust_sched_id id) {
124124
void
125125
rust_kernel::release_scheduler_id(rust_sched_id id) {
126126
scoped_lock with(sched_lock);
127-
// This list will most likely only ever have a single element in it, but
128-
// it's an actual list because we could potentially get here multiple
129-
// times before the main thread ever calls wait_for_schedulers()
130127
join_list.push_back(id);
131128
sched_lock.signal();
132129
}

0 commit comments

Comments
 (0)