mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
mon/MDSMonitor: remove unnecessary service_should_trim()
We never set_trim_to(), so this is unnecessary. Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
b71a00966c
commit
6aa023048a
@ -74,7 +74,6 @@ class MDSMonitor : public PaxosService {
|
||||
// we don't require full versions; don't encode any.
|
||||
virtual void encode_full(MonitorDBStore::Transaction *t) { }
|
||||
|
||||
bool service_should_trim() { return false; }
|
||||
void encode_trim(MonitorDBStore::Transaction *t) { }
|
||||
|
||||
void update_logger();
|
||||
|
Loading…
Reference in New Issue
Block a user