aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-10-24 11:01:02 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-10-24 11:01:02 -0700
commit77c483b70717425bb93648055bb31020a0b31a3c (patch)
tree04b467d526675bc9d3c9940ed453cca3c646ed84 /src/cpp
parent85399f082442c290be81fc6d3323e53acceaa66a (diff)
remove unused fields
Diffstat (limited to 'src/cpp')
-rw-r--r--src/cpp/server/server_cc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpp/server/server_cc.cc b/src/cpp/server/server_cc.cc
index 26557f5c49..ca89743efa 100644
--- a/src/cpp/server/server_cc.cc
+++ b/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_;