]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: drop unused var header_ended 15686/head
authorJiaying Ren <jiaying.ren@umcloud.com>
Wed, 14 Jun 2017 09:54:06 +0000 (17:54 +0800)
committerJiaying Ren <jiaying.ren@umcloud.com>
Wed, 14 Jun 2017 09:54:06 +0000 (17:54 +0800)
Signed-off-by: Jiaying Ren <jiaying.ren@umcloud.com>
src/rgw/rgw_common.cc
src/rgw/rgw_common.h

index 7b320b804887c9f3649467c2ff77ffbbd0c33bd6..54d81c24892a1a95ff8c0c1d2348e27811099d3d 100644 (file)
@@ -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;
 
index af3d7c15bb711b20057c5c1106af2a6457cc4ea7..5191c5f98d15a431fa7848ce53ff53ff61fc857d 100644 (file)
@@ -1725,7 +1725,6 @@ struct req_state {
   map<string, string> generic_attrs;
   rgw_err err;
   bool expect_cont;
-  bool header_ended;
   uint64_t obj_size;
   bool enable_ops_log;
   bool enable_usage_log;