mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
crimson/osd: drop unused member variable
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
582f369608
commit
8aa8b41fa5
@ -111,7 +111,6 @@ class OSD final : public crimson::net::Dispatcher,
|
||||
const AuthCapsInfo& caps) final;
|
||||
|
||||
crimson::osd::ShardServices shard_services;
|
||||
std::unordered_map<spg_t, Ref<PG>> pgs;
|
||||
|
||||
std::unique_ptr<Heartbeat> heartbeat;
|
||||
seastar::timer<seastar::lowres_clock> heartbeat_timer;
|
||||
|
Loading…
Reference in New Issue
Block a user