init: Remove unused lonely future from init_ms_fd_gossiper

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
This commit is contained in:
Pavel Emelyanov
2020-07-22 19:52:29 +03:00
parent 48550eaae4
commit 0601e9354d

View File

@@ -83,7 +83,6 @@ void init_ms_fd_gossiper(sharded<gms::gossiper>& gossiper
tndw = tcp_nodelay_what::local;
}
future<> f = make_ready_future<>();
std::shared_ptr<credentials_builder> creds;
if (ew != encrypt_what::none) {