From 3108aa0113028302e6f5e71524df870b066b590c Mon Sep 17 00:00:00 2001 From: Ronen Friedman Date: Thu, 4 Dec 2025 06:55:18 -0600 Subject: [PATCH] osd/scrub: removing the unused PgScrubber::m_scrub_reg_stamp Signed-off-by: Ronen Friedman (cherry picked from commit d51c228883ddddce87d227b78f9377bffd28dd59) --- src/osd/scrubber/pg_scrubber.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osd/scrubber/pg_scrubber.h b/src/osd/scrubber/pg_scrubber.h index 983804dfc30..a4636692e5d 100644 --- a/src/osd/scrubber/pg_scrubber.h +++ b/src/osd/scrubber/pg_scrubber.h @@ -576,8 +576,6 @@ class PgScrubber : public ScrubPgIF, virtual void _scrub_clear_state() {} - utime_t m_scrub_reg_stamp; ///< stamp we registered for - /// the sub-object that manages this PG's scheduling parameters. /// An Optional instead of a regular member, as we wish to directly /// control the order of construction/destruction. -- 2.47.3