Skip to content

Commit

Permalink
remove docstring for not existing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Takuto Ikuta committed Aug 25, 2016
1 parent bb04734 commit c0080b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/grpc++/create_channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c0080b7

Please sign in to comment.