]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/PGMonitor: remove unused variable
authorKefu Chai <kchai@redhat.com>
Mon, 6 Mar 2017 06:01:51 +0000 (14:01 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 30 Mar 2017 12:21:17 +0000 (20:21 +0800)
commit89810eeb31a06367e6503e4b7af0e1379ff876e3
tree1bb53ebe4499f00b6d13f1e69e3ad67587113d93
parentd86f15ca6509893db1b304426def3221b4942996
mon/PGMonitor: remove unused variable

last_pg_scan is not used in PGMonitor::update_from_paxos(), so remove
it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/PGMonitor.cc