fix build

This commit is contained in:
Marcin Mielniczuk
2020-01-16 15:23:08 +01:00
parent 410777de52
commit 5b9272f2a6
2 changed files with 0 additions and 12 deletions

View File

@@ -60,12 +60,6 @@ pub(crate) fn poll_oneoff(
Errno,
};
trace!(
"poll_oneoff_impl: timeout={:?}, fd_events={:?}",
timeout,
fd_events
);
if fd_events.is_empty() && timeout.is_none() {
return Ok(());
}

View File

@@ -224,12 +224,6 @@ pub(crate) fn poll_oneoff(
use std::fs::Metadata;
use std::thread;
trace!(
"poll_oneoff_impl: timeout={:?}, fd_events={:?}",
timeout,
fd_events
);
let timeout = timeout
.map(|event| {
event