aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-11 10:19:20 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-11 10:19:20 -0800
commit6d6b90376b0e47e120936832c18f577906cf9868 (patch)
treee31ffea88d17a7558c6d1c62e6401f93623304e9 /include
parent7de8b49ca05ac86a5bc61cc7d81260913c4dbf89 (diff)
Release write buffer in FinalizeResult
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/impl/call.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/grpc++/impl/call.h b/include/grpc++/impl/call.h
index edc6555b0c..139604a531 100644
--- a/include/grpc++/impl/call.h
+++ b/include/grpc++/impl/call.h
@@ -73,9 +73,6 @@ class CallOpBuffer final : public CompletionQueueTag {
// Convert to an array of grpc_op elements
void FillOps(grpc_op *ops, size_t *nops);
- // Release send buffers.
- void ReleaseSendBuffer();
-
// Called by completion queue just prior to returning from Next() or Pluck()
void FinalizeResult(void *tag, bool *status) override;