src/mon/PGMonitor.cc: remove unused variable

Remove unused variable to fix:

mon/PGMonitor.cc:170:11: warning: unused variable 'now'
  [-Wunused-variable]

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2013-02-07 20:09:23 +01:00
parent aad71dfd6b
commit 72ff806136

View File

@ -167,7 +167,6 @@ void PGMonitor::update_from_paxos()
}
// walk through incrementals
utime_t now(ceph_clock_now(g_ceph_context));
while (paxosv > pg_map.version) {
bufferlist bl;
bool success = paxos->read(pg_map.version+1, bl);