From: Ronen Friedman Date: Thu, 4 Dec 2025 12:55:18 +0000 (-0600) Subject: osd/scrub: removing the unused PgScrubber::m_scrub_reg_stamp X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d51c228883ddddce87d227b78f9377bffd28dd59;p=ceph.git osd/scrub: removing the unused PgScrubber::m_scrub_reg_stamp Signed-off-by: Ronen Friedman --- diff --git a/src/osd/scrubber/pg_scrubber.h b/src/osd/scrubber/pg_scrubber.h index 1d132e9cfd5..e88e604083e 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.