Remove unused private field

pull/32/head
Craig Tiller 10 years ago
parent 29512b56d0
commit 8a7a152919
  1. 3
      test/cpp/qps/server.cc

@ -80,9 +80,6 @@ bool SetPayload(PayloadType type, int size, Payload* payload) {
}
class TestServiceImpl : public TestService::Service {
private:
int num_rpcs;
public:
Status CollectServerStats(ServerContext* context, const StatsRequest*,
ServerStats* response) {

Loading…
Cancel
Save