diff options
author | David Garcia Quintas <dgq@google.com> | 2016-08-31 00:25:29 +0200 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-08-31 00:25:29 +0200 |
commit | e3817f4fd1f9c994e47e3e6fac4e8b8cce47c943 (patch) | |
tree | 35a6b17ead54f3fde1647549261fecc70873a897 /include/grpc++/create_channel.h | |
parent | 2f9dd0ed89a3661faf8de6426c7bc3b03d352b62 (diff) | |
parent | 336ce42714decea38bb8e42b6c543ac2ff8af1d6 (diff) |
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
Diffstat (limited to 'include/grpc++/create_channel.h')
-rw-r--r-- | include/grpc++/create_channel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/grpc++/create_channel.h b/include/grpc++/create_channel.h index e9ccb51503..0537695ed2 100644 --- a/include/grpc++/create_channel.h +++ b/include/grpc++/create_channel.h @@ -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); |