diff options
author | Takuto Ikuta <tikuta@chromium.org> | 2016-08-24 16:53:23 +0900 |
---|---|---|
committer | Takuto Ikuta <tikuta@chromium.org> | 2016-08-25 13:31:51 +0900 |
commit | c0080b7c92c1692ffa4acf101b9815ef3a05a810 (patch) | |
tree | 22550651fe4e8984982655d9d200cb7077481c9b /include/grpc++ | |
parent | bb04734eecc84eb7a2acde8e8ba77e5ae2cbe4fd (diff) |
remove docstring for not existing argument
Diffstat (limited to 'include/grpc++')
-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); |