Skip to content
Snippets Groups Projects
Commit 15b3a165 authored by Takuto Ikuta's avatar Takuto Ikuta
Browse files

remove docstring for not existing argument

parent 39d3100f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,6 @@ namespace grpc {
/// \param target The URI of the endpoint to connect to.
/// \param creds Credentials to use for the created channel. If it does not hold
/// an object or is invalid, a lame channel is returned.
/// \param args Options for channel creation.
std::shared_ptr<Channel> CreateChannel(
const grpc::string& target,
const std::shared_ptr<ChannelCredentials>& creds);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment