aboutsummaryrefslogtreecommitdiffstats
path: root/src/rw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rw.rs')
-rw-r--r--src/rw.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rw.rs b/src/rw.rs
index 31808fb..b6b3a16 100644
--- a/src/rw.rs
+++ b/src/rw.rs
@@ -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 {