diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-06-03 16:09:51 -0400 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-06-03 16:09:51 -0400 |
commit | 05808c42080d224edac79354c2a65e676ee6372e (patch) | |
tree | a2e209b59f81070a98cec2f1e420101fe20f7add /test/cpp/qps/server_async.cc | |
parent | 92ac3f7b1117f5063001ab8015cd508829db168c (diff) | |
parent | 711472f846cabd6a44fb4e91de22847fa3624693 (diff) |
Merge pull request #6731 from vjpai/beheader
Remove unused portions of C++ QPS testing
Diffstat (limited to 'test/cpp/qps/server_async.cc')
-rw-r--r-- | test/cpp/qps/server_async.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cpp/qps/server_async.cc b/test/cpp/qps/server_async.cc index 1eddb1dc1d..c9954d0d02 100644 --- a/test/cpp/qps/server_async.cc +++ b/test/cpp/qps/server_async.cc @@ -37,7 +37,6 @@ #include <mutex> #include <thread> -#include <gflags/gflags.h> #include <grpc++/generic/async_generic_service.h> #include <grpc++/security/server_credentials.h> #include <grpc++/server.h> @@ -48,7 +47,6 @@ #include <grpc/support/alloc.h> #include <grpc/support/host_port.h> #include <grpc/support/log.h> -#include <gtest/gtest.h> #include "src/proto/grpc/testing/services.grpc.pb.h" #include "test/core/util/test_config.h" |