diff options
author | Vijay Pai <vpai@google.com> | 2017-11-28 23:12:51 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2017-11-28 23:12:51 -0800 |
commit | 3aeff224ed0900707023c89f87f058f90be0612e (patch) | |
tree | 38ca7a64f4953b337c1c23c3b48a53fa5591ad79 /include | |
parent | 56687c1a79633418e13bb424ee926c418a3614db (diff) |
Remove some dead code from a previous iteration of internal::Call
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc++/impl/codegen/call.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/grpc++/impl/codegen/call.h b/include/grpc++/impl/codegen/call.h index 41e95866cf..af2c2b510c 100644 --- a/include/grpc++/impl/codegen/call.h +++ b/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; |