fixed compiler error

This commit is contained in:
Evan Tschannen 2020-10-06 09:44:16 -07:00
parent 07e4b0617e
commit 2c5a2909cd
1 changed files with 0 additions and 1 deletions

View File

@ -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) {