From 6f8be3952044dc5a972abdf894428f27e82ca112 Mon Sep 17 00:00:00 2001
From: Li Wang
Date: Tue, 22 Nov 2016 14:25:29 +0000
Subject: [PATCH] osd/PG.h: remove unneeded forward declaration
Signed-off-by: Li Wang
---
src/osd/PG.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/osd/PG.h b/src/osd/PG.h
index b1c66164416..261665dd96a 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 >() {}
};
--
2.47.3