From: Josh Durgin Date: Tue, 11 Feb 2014 19:47:48 +0000 (-0800) Subject: ObjectCacher: remove unused target/max setters X-Git-Tag: v0.78~193^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1215%2Fhead;p=ceph.git ObjectCacher: remove unused target/max setters Signed-off-by: Josh Durgin --- 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