remove unused

This commit is contained in:
Michael Davidsaver
2017-07-18 11:06:01 +02:00
parent d3b482e87f
commit 86da5c5d6b

View File

@@ -420,7 +420,6 @@ Status RPCChannelProvider::noSuchChannelStatus(Status::STATUSTYPE_ERROR, "no suc
RPCServer::RPCServer(const Configuration::const_shared_pointer &conf)
:m_channelProviderImpl(new RPCChannelProvider)
{
ChannelProvider::shared_pointer prov(new RPCChannelProvider);
m_serverContext = ServerContext::create(ServerContext::Config()
.config(conf)
.provider(m_channelProviderImpl));