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:
Sage Weil 2016-11-23 09:58:00 -05:00 committed by GitHub
commit 603ad7663b

View File

@ -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 >() {}
};