Merge pull request #13543 from vjpai/unexample

Remove some dead code from a previous iteration of internal::Call
pull/13550/head
Vijay Pai 7 years ago committed by GitHub
commit 601b88beca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      include/grpc++/impl/codegen/call.h

@ -313,11 +313,6 @@ class CallOpSendMessage {
WriteOptions write_options_;
};
namespace internal {
template <class T>
T Example();
} // namespace internal
template <class M>
Status CallOpSendMessage::SendMessage(const M& message, WriteOptions options) {
write_options_ = options;

Loading…
Cancel
Save