Skip to content

Commit

Permalink
remove unneeded TODO (#8637)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Dec 28, 2024
1 parent 5b2a1e1 commit d212391
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,6 @@ class TaskFaker : Closeable {
val editCountBefore = editCount
yieldUntil { nanoTime >= waitUntil || editCount > editCountBefore }
}
// TODO report compiler bug
TODO("Can't get here")
}
}

Expand Down

0 comments on commit d212391

Please sign in to comment.