From: Michal Jarzabek Date: Thu, 9 Jun 2016 17:33:54 +0000 (+0100) Subject: osdc/ObjectCacher.h: remove public access specifier X-Git-Tag: v11.0.0~230^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F9615%2Fhead;p=ceph.git osdc/ObjectCacher.h: remove public access specifier This is duplicated 3 times, so can be removed. Signed-off-by: Michal Jarzabek --- diff --git a/src/osdc/ObjectCacher.h b/src/osdc/ObjectCacher.h index 4d2362cf4c3f..5543ca10f0cd 100644 --- a/src/osdc/ObjectCacher.h +++ b/src/osdc/ObjectCacher.h @@ -240,7 +240,6 @@ class ObjectCacher { bool complete; bool exists; - public: map data; ceph_tid_t last_write_tid; // version of bh (if non-zero) @@ -251,7 +250,6 @@ class ObjectCacher { map< ceph_tid_t, list > waitfor_commit; xlist reads; - public: Object(const Object& other); const Object& operator=(const Object& other);