From 332565f1f88918e05971ce29cdfac88a7b3a7c08 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 19 May 2011 23:48:53 -0700 Subject: [PATCH] osd: remove some build_prior stringstream cruft Signed-off-by: Sage Weil --- src/osd/PG.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index e3c4f48a9e639..9f020fd5a2ed3 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -1167,7 +1167,6 @@ void PG::build_prior(std::auto_ptr &prior_set) assert(info.history.last_epoch_started >= it->second.history.last_epoch_started); } } - stringstream out; prior_set.reset(new PgPriorSet(osd->whoami, *osd->osdmap, past_intervals, @@ -1175,7 +1174,6 @@ void PG::build_prior(std::auto_ptr &prior_set) acting, info, this)); - dout(10) << out << dendl; PgPriorSet &prior(*prior_set.get()); // take note that we care about the primary's up_thru. if it -- 2.39.5