aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-11 10:51:23 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-11 10:51:23 -0800
commitb84aab79221042607f2ffd7512519434dbee0404 (patch)
treeb19328e11a5bbed36c3cf912de3099999fc0e15b /include
parentc4165776366a7bccd2a8571356e409a721093a97 (diff)
parent6bd9b764873ec358d5713cd6ede813c1fdc3ae06 (diff)
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
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 11e193eec1..d5a865df05 100644
--- a/include/grpc++/impl/call.h
+++ b/include/grpc++/impl/call.h
@@ -74,9 +74,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;