diff options
Diffstat (limited to 'src/rw.rs')
| -rw-r--r-- | src/rw.rs | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -115,11 +115,6 @@ fn check<'a>( } impl InputReader { - fn cancel(&mut self) -> PollStatus { - self.canceled = true; - PollStatus::Cancel - } - fn poll(&mut self) -> PollStatus { let stdin = io::stdin(); let read_fd = match &self.input { |
