Skip to content

Commit

Permalink
PG: remove unused Peering::flushed
Browse files Browse the repository at this point in the history
This has been unused for quite some time!

Signed-off-by: Samuel Just <[email protected]>
  • Loading branch information
Samuel Just committed Nov 19, 2013
1 parent 9ff0150 commit 82e1e7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/osd/PG.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5277,8 +5277,7 @@ void PG::RecoveryState::Primary::exit()
/*---------Peering--------*/
PG::RecoveryState::Peering::Peering(my_context ctx)
: my_base(ctx),
NamedState(context< RecoveryMachine >().pg->cct, "Started/Primary/Peering"),
flushed(false)
NamedState(context< RecoveryMachine >().pg->cct, "Started/Primary/Peering")
{
context< RecoveryMachine >().log_enter(state_name);

Expand Down
1 change: 0 additions & 1 deletion src/osd/PG.h
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,6 @@ class PG {

struct Peering : boost::statechart::state< Peering, Primary, GetInfo >, NamedState {
std::auto_ptr< PriorSet > prior_set;
bool flushed;

Peering(my_context ctx);
void exit();
Expand Down

0 comments on commit 82e1e7e

Please sign in to comment.