]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
journal: remove unused ObjectPlayer::m_fetch_interval
authorKefu Chai <kchai@redhat.com>
Sat, 6 Feb 2016 17:44:12 +0000 (01:44 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 6 Feb 2016 17:59:46 +0000 (01:59 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/journal/ObjectPlayer.h

index 22b51f620225e7d30acd5271a00a3aa19aa59ea5..c63e2f7a2527ae09f0a149bdc1c1b969d6642826 100644 (file)
@@ -101,7 +101,6 @@ private:
   SafeTimer &m_timer;
   Mutex &m_timer_lock;
 
-  double m_fetch_interval;
   uint8_t m_order;
 
   double m_watch_interval;