aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_async.cc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-11-03 12:22:11 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-11-04 07:51:25 -0700
commitc01958bf550f95c72ebf3aa509be27a76e93ac89 (patch)
tree909865a733e69c9304fed7e83a9f3e3d05bff6cc /test/cpp/qps/client_async.cc
parentd75e7fec017a2fb0cd09443a83f594afec768b60 (diff)
Cleanup unneeded namespace
Diffstat (limited to 'test/cpp/qps/client_async.cc')
-rw-r--r--test/cpp/qps/client_async.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc
index 2ec6a5a23b..4032039ea1 100644
--- a/test/cpp/qps/client_async.cc
+++ b/test/cpp/qps/client_async.cc
@@ -177,7 +177,6 @@ class AsyncClient : public ClientImpl<StubType, RequestType> {
shutdown_state_.emplace_back(new PerThreadShutdownState());
}
- using namespace std::placeholders;
int t = 0;
for (int ch = 0; ch < config.client_channels(); ch++) {
for (int i = 0; i < config.outstanding_rpcs_per_channel(); i++) {