]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PGStatueUtils: remove unused member variable
authorJianpeng Ma <jianpeng.ma@intel.com>
Mon, 9 Mar 2020 02:27:49 +0000 (10:27 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 12 Mar 2020 12:24:39 +0000 (20:24 +0800)
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/osd/PGStateUtils.h

index 732425cdc761209f9571e04960c3f03b0ad660dc..46458d60251a7dcc7ab9cebf9f9df3edd00c6e3d 100644 (file)
@@ -55,7 +55,6 @@ struct PGStateInstance {
   }
 
   epoch_t this_epoch;
-  utime_t enter_time;
   std::vector<state_history_entry> state_history;
   std::stack<embedded_state> embedded_states;
 };