remove unused
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user