From 2c5a2909cdba5e3048d113e466daf8a36a16cb3c Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Tue, 6 Oct 2020 09:44:16 -0700 Subject: [PATCH] fixed compiler error --- flow/Net2.actor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/flow/Net2.actor.cpp b/flow/Net2.actor.cpp index 6591b66f21..7074a891d6 100644 --- a/flow/Net2.actor.cpp +++ b/flow/Net2.actor.cpp @@ -749,7 +749,6 @@ public: throw connection_failed(); } } - return Void(); } catch (Error& e) { // Either the connection failed, or was cancelled by the caller if(e.code() != error_code_actor_cancelled) {