mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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:
parent
aad71dfd6b
commit
72ff806136
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user