Skip to content
Snippets Groups Projects
Commit 68469290 authored by Vijay Pai's avatar Vijay Pai Committed by GitHub
Browse files

Merge pull request #8413 from vjpai/qps_cleanup

Minor cleanup on QPS tests
parents 70ee74c4 d9235837
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ namespace testing { ...@@ -57,7 +57,7 @@ namespace testing {
template <class RequestType, class ResponseType, class ServiceType, template <class RequestType, class ResponseType, class ServiceType,
class ServerContextType> class ServerContextType>
class AsyncQpsServerTest : public Server { class AsyncQpsServerTest GRPC_FINAL : public grpc::testing::Server {
public: public:
AsyncQpsServerTest( AsyncQpsServerTest(
const ServerConfig &config, const ServerConfig &config,
......
...@@ -31,8 +31,6 @@ ...@@ -31,8 +31,6 @@
* *
*/ */
#include <thread>
#include <grpc++/security/server_credentials.h> #include <grpc++/security/server_credentials.h>
#include <grpc++/server.h> #include <grpc++/server.h>
#include <grpc++/server_builder.h> #include <grpc++/server_builder.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment