From: Sage Weil Date: Fri, 20 May 2011 06:48:53 +0000 (-0700) Subject: osd: remove some build_prior stringstream cruft X-Git-Tag: v0.28.1~26^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=332565f1f88918e05971ce29cdfac88a7b3a7c08;p=ceph.git osd: remove some build_prior stringstream cruft Signed-off-by: Sage Weil --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index e3c4f48a9e6..9f020fd5a2e 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