From 6d6b90376b0e47e120936832c18f577906cf9868 Mon Sep 17 00:00:00 2001 From: Yang Gao Date: Wed, 11 Feb 2015 10:19:20 -0800 Subject: Release write buffer in FinalizeResult --- include/grpc++/impl/call.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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; -- cgit v1.2.3