osd/ReplicatedPG.cc: remove unused variable

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2013-11-05 22:00:33 +01:00
parent ace35f2154
commit 6566dfb740

View File

@ -8110,7 +8110,6 @@ int ReplicatedPG::recover_backfill(
}
PGBackend::RecoveryHandle *h = pgbackend->open_recovery_op();
map<int, vector<PushOp> > pushes;
for (map<hobject_t,
boost::tuple<eversion_t, eversion_t, ObjectContextRef> >::iterator i =
to_push.begin();