]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_compression.h
update sources to v12.1.1
[ceph.git] / ceph / src / rgw / rgw_compression.h
index e58d959e294a4e9f64efaa9d76b0089b908efba5..721c510f02ab538be96bdb36ff30ea19ae644ecf 100644 (file)
@@ -17,7 +17,6 @@ class RGWGetObj_Decompress : public RGWGetObj_Filter
   bool partial_content;
   vector<compression_block>::iterator first_block, last_block;
   off_t q_ofs, q_len;
-  bool first_data;
   uint64_t cur_ofs;
   bufferlist waiting;
 public: