Skip to content

Commit 1047c8e

Browse files
tiifRalfJung
andauthored
Improve comments
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent a18d2b5 commit 1047c8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shims/unix/linux/epoll.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,6 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
461461
// When a file description is fully closed, it gets removed from `machine.epoll_interests`,
462462
// so we skip events whose FD is not in that map any more.
463463
if this.machine.epoll_interests.get_epoll_interest(epoll_key.0).is_some() {
464-
// If the file description is fully close, the entry for corresponding FdID in the
465-
// global epoll event interest table would be empty.
466464
return Some(epoll_event_instance);
467465
}
468466
}

0 commit comments

Comments
 (0)