]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PG.h: remove unneeded forward declaration 12135/head
authorLi Wang <li.wang@kylin-cloud.com>
Tue, 22 Nov 2016 14:25:29 +0000 (14:25 +0000)
committerLi Wang <li.wang@kylin-cloud.com>
Tue, 22 Nov 2016 14:37:03 +0000 (14:37 +0000)
Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
src/osd/PG.h

index b1c661644169b062685c1dfa84448072e0845213..261665dd96a187809294c7964471c9ab13bda2b9 100644 (file)
@@ -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 >() {}
     };