reverse #212 since it does not address the real problem (#213)

This commit is contained in:
Reinier Balt 2018-05-01 21:39:49 +02:00 committed by Paul Liétar
parent 817dff06bf
commit deb240c02f

View file

@ -468,10 +468,6 @@ impl Future for Main {
if !progress {
return Ok(Async::NotReady);
}
if self.shutdown {
return Ok(Async::Ready(()));
}
}
}
}