]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PGLog: remove unused variable 1460/head
authorSamuel Just <sam.just@inktank.com>
Thu, 13 Mar 2014 23:44:32 +0000 (16:44 -0700)
committerSamuel Just <sam.just@inktank.com>
Thu, 13 Mar 2014 23:44:32 +0000 (16:44 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/PGLog.cc

index ef826c1013c29b28182e9e3eb72fff6ce1fe468f..c58a1c45793e54e36658d0231d0288efee531054 100644 (file)
@@ -169,7 +169,6 @@ void PGLog::proc_replica_log(
             << " have " << i->second.have << dendl;
   }
 
-  list<pg_log_entry_t>::const_iterator toiter = log.log.end();
   list<pg_log_entry_t>::const_iterator fromiter = log.log.end();
   eversion_t lower_bound = log.tail;
   while (1) {