mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
Merge pull request #12135 from kylinstorage/wip-remove-unneeded-forward-declaration
osd/PG.h: remove unneeded forward declaration Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
603ad7663b
@ -1547,7 +1547,6 @@ public:
|
||||
explicit Crashed(my_context ctx);
|
||||
};
|
||||
|
||||
struct Started;
|
||||
struct Reset;
|
||||
|
||||
struct Initial : boost::statechart::state< Initial, RecoveryMachine >, NamedState {
|
||||
@ -1935,7 +1934,6 @@ public:
|
||||
boost::statechart::result react(const MNotifyRec& infoevt);
|
||||
};
|
||||
|
||||
struct GetMissing;
|
||||
struct GotLog : boost::statechart::event< GotLog > {
|
||||
GotLog() : boost::statechart::event< GotLog >() {}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user