]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/scrub: removing the unused PgScrubber::m_scrub_reg_stamp
authorRonen Friedman <rfriedma@redhat.com>
Thu, 4 Dec 2025 12:55:18 +0000 (06:55 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Tue, 20 Jan 2026 16:40:03 +0000 (16:40 +0000)
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/scrubber/pg_scrubber.h

index 1d132e9cfd5a39f1878a74ccd921e854f1807637..e88e604083e648da5c111d42b7e9a8bf60ed1ab8 100644 (file)
@@ -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.