]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/mon/PGMonitor.cc: remove unused variable
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 7 Feb 2013 19:09:23 +0000 (20:09 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 11 Feb 2013 10:38:02 +0000 (11:38 +0100)
commit72ff80613695b6e55161b7c34bc2d56622fb0b8f
tree036c50588315d8912756de9a047935293186867b
parentaad71dfd6bd65691ea897fe19f9d7fc6ae5bf0cd
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>
src/mon/PGMonitor.cc