From 824b84fc744e818769d078b7dedc7b014e23531c Mon Sep 17 00:00:00 2001 From: Michal Jarzabek Date: Thu, 9 Jun 2016 18:33:54 +0100 Subject: [PATCH] osdc/ObjectCacher.h: remove public access specifier This is duplicated 3 times, so can be removed. Signed-off-by: Michal Jarzabek --- src/osdc/ObjectCacher.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.47.3