remove unused fields

pull/8269/head
Sree Kuchibhotla 8 years ago
parent 85399f0824
commit 77c483b707
  1. 1
      src/cpp/server/server_cc.cc

@ -232,7 +232,6 @@ class Server::SyncRequest GRPC_FINAL : public CompletionQueueTag {
void* const tag_;
bool in_flight_;
const bool has_request_payload_;
uint32_t incoming_flags_;
grpc_call* call_;
grpc_call_details* call_details_;
gpr_timespec deadline_;

Loading…
Cancel
Save