Skip to content
Snippets Groups Projects
Commit 77c483b7 authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

remove unused fields

parent 85399f08
No related branches found
No related tags found
No related merge requests found
...@@ -232,7 +232,6 @@ class Server::SyncRequest GRPC_FINAL : public CompletionQueueTag { ...@@ -232,7 +232,6 @@ class Server::SyncRequest GRPC_FINAL : public CompletionQueueTag {
void* const tag_; void* const tag_;
bool in_flight_; bool in_flight_;
const bool has_request_payload_; const bool has_request_payload_;
uint32_t incoming_flags_;
grpc_call* call_; grpc_call* call_;
grpc_call_details* call_details_; grpc_call_details* call_details_;
gpr_timespec deadline_; gpr_timespec deadline_;
......
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