From deb240c02fe6c1363f21ff5b5777749f6c940f99 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Tue, 1 May 2018 21:39:49 +0200 Subject: [PATCH] reverse #212 since it does not address the real problem (#213) --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 9f9cdd9f..b949c93a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -468,10 +468,6 @@ impl Future for Main { if !progress { return Ok(Async::NotReady); } - - if self.shutdown { - return Ok(Async::Ready(())); - } } } }