From e1a49e5386c3ed4a6bc4870f01630349cb04d749 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Tue, 11 Feb 2014 11:47:48 -0800 Subject: [PATCH] ObjectCacher: remove unused target/max setters Signed-off-by: Josh Durgin --- src/osdc/ObjectCacher.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/osdc/ObjectCacher.h b/src/osdc/ObjectCacher.h index 54f028fdd743..f28c24adf99a 100644 --- a/src/osdc/ObjectCacher.h +++ b/src/osdc/ObjectCacher.h @@ -618,19 +618,6 @@ public: void set_max_dirty(uint64_t v) { max_dirty = v; } - void set_target_dirty(int64_t v) { - target_dirty = v; - } - void set_max_size(int64_t v) { - max_size = v; - } - void set_max_dirty_age(double a) { - max_dirty_age.set_from_double(a); - } - void set_max_objects(int64_t v) { - max_objects = v; - } - // file functions -- 2.47.3