From 3aeff224ed0900707023c89f87f058f90be0612e Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Tue, 28 Nov 2017 23:12:51 -0800 Subject: [PATCH] Remove some dead code from a previous iteration of internal::Call --- include/grpc++/impl/codegen/call.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/grpc++/impl/codegen/call.h b/include/grpc++/impl/codegen/call.h index 41e95866cf7..af2c2b510c1 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 -T Example(); -} // namespace internal - template Status CallOpSendMessage::SendMessage(const M& message, WriteOptions options) { write_options_ = options;