aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_chttp2_transport.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-04-07 10:53:15 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-04-07 10:53:15 -0700
commit848073f77d3750ee587bb07624a213d293c9fc48 (patch)
treea0ff9d0080ed02cc5ae562cf6c7c65fcbe1f0ccf /test/cpp/microbenchmarks/bm_chttp2_transport.cc
parenta3fda8fdc94aa7dcb3e0da0dfc28e3d85b5cf798 (diff)
Clean up unused variables and funcs
Diffstat (limited to 'test/cpp/microbenchmarks/bm_chttp2_transport.cc')
-rw-r--r--test/cpp/microbenchmarks/bm_chttp2_transport.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpp/microbenchmarks/bm_chttp2_transport.cc b/test/cpp/microbenchmarks/bm_chttp2_transport.cc
index 5456f69d50..8c5413b5fd 100644
--- a/test/cpp/microbenchmarks/bm_chttp2_transport.cc
+++ b/test/cpp/microbenchmarks/bm_chttp2_transport.cc
@@ -575,8 +575,7 @@ static void BM_TransportStreamRecv(benchmark::State &state) {
GRPC_ERROR_NONE ==
grpc_byte_stream_pull(exec_ctx, recv_stream, &recv_slice) &&
(received += GRPC_SLICE_LENGTH(recv_slice),
- grpc_slice_unref_internal(exec_ctx, recv_slice),
- true));
+ grpc_slice_unref_internal(exec_ctx, recv_slice), true));
});
drain_continue = MakeClosure([&](grpc_exec_ctx *exec_ctx, grpc_error *error) {