runtime: remove obsolete comment (#6303)

This commit is contained in:
kim / Motoyuki Kimura
2024-01-24 16:22:28 +01:00
committed by GitHub
parent ec3038357f
commit 4846959e8a
-1
View File
@@ -272,7 +272,6 @@ impl CachedParkThread {
use std::task::Context;
use std::task::Poll::Ready;
// `get_unpark()` should not return a Result
let waker = self.waker()?;
let mut cx = Context::from_waker(&waker);