From d73d57427efbf30d0b8f27565b68ca159ac47049 Mon Sep 17 00:00:00 2001 From: Jiaying Ren Date: Wed, 14 Jun 2017 17:54:06 +0800 Subject: [PATCH] rgw: drop unused var header_ended Signed-off-by: Jiaying Ren --- src/rgw/rgw_common.cc | 1 - src/rgw/rgw_common.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/rgw/rgw_common.cc b/src/rgw/rgw_common.cc index 7b320b804887c..54d81c24892a1 100644 --- a/src/rgw/rgw_common.cc +++ b/src/rgw/rgw_common.cc @@ -267,7 +267,6 @@ req_state::req_state(CephContext* _cct, RGWEnv* e, RGWUserInfo* u) object_acl = NULL; expect_cont = false; - header_ended = false; obj_size = 0; prot_flags = 0; diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h index af3d7c15bb711..5191c5f98d15a 100644 --- a/src/rgw/rgw_common.h +++ b/src/rgw/rgw_common.h @@ -1725,7 +1725,6 @@ struct req_state { map generic_attrs; rgw_err err; bool expect_cont; - bool header_ended; uint64_t obj_size; bool enable_ops_log; bool enable_usage_log; -- 2.39.5