Skip to content
Snippets Groups Projects
Commit c6a56dfd authored by Yang Gao's avatar Yang Gao
Browse files

Merge pull request #32 from ctiller/qpsfix

Remove unused private field
parents f4f23518 8a7a1529
No related branches found
No related tags found
No related merge requests found
...@@ -80,9 +80,6 @@ bool SetPayload(PayloadType type, int size, Payload* payload) { ...@@ -80,9 +80,6 @@ bool SetPayload(PayloadType type, int size, Payload* payload) {
} }
class TestServiceImpl : public TestService::Service { class TestServiceImpl : public TestService::Service {
private:
int num_rpcs;
public: public:
Status CollectServerStats(ServerContext* context, const StatsRequest*, Status CollectServerStats(ServerContext* context, const StatsRequest*,
ServerStats* response) { ServerStats* response) {
......
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