Skip to content

Commit

Permalink
PGMap.cc: remove dead assignment
Browse files Browse the repository at this point in the history
[src/mon/PGMap.cc:865]: (style) Variable 'first' is assigned a value
 that is never used.

Signed-off-by: Danny Al-Gaaf <[email protected]>
  • Loading branch information
dalgaaf committed May 11, 2014
1 parent cd611b4 commit d2d6b0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mon/PGMap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ void PGMap::recovery_summary(Formatter *f, ostream *out,
*out << delta_sum.stats.sum.num_objects_unfound
<< "/" << delta_sum.stats.sum.num_objects << " unfound (" << b << "%)";
}
first = false;
}
}

Expand Down

0 comments on commit d2d6b0f

Please sign in to comment.