]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: remove some build_prior stringstream cruft
authorSage Weil <sage.weil@dreamhost.com>
Fri, 20 May 2011 06:48:53 +0000 (23:48 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Fri, 20 May 2011 06:48:53 +0000 (23:48 -0700)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/osd/PG.cc

index e3c4f48a9e63908b4c76ff606fdf33f1451f3cc6..9f020fd5a2ed353ebdd721ca2fcd03534324c545 100644 (file)
@@ -1167,7 +1167,6 @@ void PG::build_prior(std::auto_ptr<PgPriorSet> &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<PgPriorSet> &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