diff --git a/src/rpcService/rpcServer.cpp b/src/rpcService/rpcServer.cpp index b418583..a57d422 100644 --- a/src/rpcService/rpcServer.cpp +++ b/src/rpcService/rpcServer.cpp @@ -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));