aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-01-11 10:11:50 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-01-11 10:11:50 -0800
commitb30bc2aad6438cf89c11569fac436c83a7133f4b (patch)
tree87d6c8c78d5350bd740237a6048fba80802dab59 /test
parent6045681003bef90de4d58952474893cfb56741e4 (diff)
Remove dead code and a thus unneeded change to C++ bbuf
Diffstat (limited to 'test')
-rw-r--r--test/cpp/qps/client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h
index 4a915a7801..cce36933f6 100644
--- a/test/cpp/qps/client.h
+++ b/test/cpp/qps/client.h
@@ -118,8 +118,6 @@ class ClientRequestCreator<ByteBuffer> {
buf.get(), payload_config.bytebuf_params().req_size());
Slice slice(s, Slice::STEAL_REF);
*req = ByteBuffer(&slice, 1);
- // std::unique_ptr<ByteBuffer> bbuf(new ByteBuffer(&slice, 1));
- // req->MoveFrom(bbuf.get());
} else {
GPR_ASSERT(false); // not appropriate for this specialization
}