From fb7ab55daeb8c93ec28dc0c37facea4cf213222b Mon Sep 17 00:00:00 2001 From: Jianpeng Ma Date: Mon, 9 Mar 2020 10:27:49 +0800 Subject: [PATCH] osd/PGStatueUtils: remove unused member variable Signed-off-by: Jianpeng Ma --- src/osd/PGStateUtils.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/PGStateUtils.h b/src/osd/PGStateUtils.h index 732425cdc76..46458d60251 100644 --- a/src/osd/PGStateUtils.h +++ b/src/osd/PGStateUtils.h @@ -55,7 +55,6 @@ struct PGStateInstance { } epoch_t this_epoch; - utime_t enter_time; std::vector state_history; std::stack embedded_states; }; -- 2.39.5