diff options
Diffstat (limited to 'src/mon/OSDMonitor.h')
-rw-r--r-- | src/mon/OSDMonitor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mon/OSDMonitor.h b/src/mon/OSDMonitor.h index e389c65e825..9529f731c84 100644 --- a/src/mon/OSDMonitor.h +++ b/src/mon/OSDMonitor.h @@ -123,9 +123,6 @@ private: map<int,double> osd_weight; - unsigned delete_pool_nonce; // safety interlock for removing pools - utime_t delete_pool_nonce_timeout; - void check_failures(utime_t now); bool check_failure(utime_t now, int target_osd, failure_info_t& fi); |