Remove DropSource from mio

I'm... not sure if it does anything any more as a `ReadinessStream` isn't
clone-able nor is it split. As a result, I don't think we need it.
This commit is contained in:
Alex Crichton
2016-08-02 10:37:32 -07:00
parent 5970203b21
commit 79760da66c
2 changed files with 2 additions and 35 deletions
+1
View File
@@ -232,6 +232,7 @@ impl Loop {
fn deschedule(&self, token: usize) {
let mut dispatch = self.dispatch.borrow_mut();
dispatch.get_mut(token).unwrap();
// TODO: was... this supposed to do something?
}
fn consume_queue(&self) {