From: Li Wang Date: Tue, 22 Nov 2016 14:25:29 +0000 (+0000) Subject: osd/PG.h: remove unneeded forward declaration X-Git-Tag: v11.1.0~180^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6f8be3952044dc5a972abdf894428f27e82ca112;p=ceph.git osd/PG.h: remove unneeded forward declaration Signed-off-by: Li Wang --- diff --git a/src/osd/PG.h b/src/osd/PG.h index b1c661644169..261665dd96a1 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -1597,7 +1597,6 @@ public: explicit Crashed(my_context ctx); }; - struct Started; struct Reset; struct Initial : boost::statechart::state< Initial, RecoveryMachine >, NamedState { @@ -1985,7 +1984,6 @@ public: boost::statechart::result react(const MNotifyRec& infoevt); }; - struct GetMissing; struct GotLog : boost::statechart::event< GotLog > { GotLog() : boost::statechart::event< GotLog >() {} };