aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2019-01-03 18:10:21 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2019-01-03 18:10:21 -0800
commitdf49204b975b898392655a4af5a0597d7b2ec850 (patch)
treef8a76b3f610bd6624e10695c145cdc34ddd00ba7 /include
parent4224384d398ee3ddd01c0b95f93f33bdd75e8fb2 (diff)
Remove unused variable
Diffstat (limited to 'include')
-rw-r--r--include/grpcpp/impl/codegen/call_op_set.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/grpcpp/impl/codegen/call_op_set.h b/include/grpcpp/impl/codegen/call_op_set.h
index b9cf0b1db0..88c744a3fc 100644
--- a/include/grpcpp/impl/codegen/call_op_set.h
+++ b/include/grpcpp/impl/codegen/call_op_set.h
@@ -361,7 +361,6 @@ class CallOpSendMessage {
template <class M>
Status CallOpSendMessage::SendMessage(const M& message, WriteOptions options) {
write_options_ = options;
- bool own_buf;
// TODO(vjpai): Remove the void below when possible
// The void in the template parameter below should not be needed
// (since it should be implicit) but is needed due to an observed