Skip to content

Commit c79b76d

Browse files
committed
Remove obsolete FIXME
brson said it's obsolete and I trust him. Closes #2695
1 parent 0a00b32 commit c79b76d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rt/rust_sched_loop.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ rust_task *
134134
rust_sched_loop::schedule_task() {
135135
lock.must_have_lock();
136136
assert(this);
137-
// FIXME: in the face of failing tasks, this is not always right. (#2695)
138-
// assert(n_live_tasks() > 0);
139137
if (running_tasks.length() > 0) {
140138
size_t k = isaac_rand(&rctx);
141139
// Look around for a runnable task, starting at k.

0 commit comments

Comments
 (0)