From: Samuel Just Date: Wed, 1 Jul 2020 22:50:32 +0000 (-0700) Subject: crimson/common/fixed_kv_node_layout: remove unnecessary/wrong friend declaration X-Git-Tag: v16.1.0~1513^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c7afb68ccde5052003ee1e531166cc894ab8bf38;p=ceph.git crimson/common/fixed_kv_node_layout: remove unnecessary/wrong friend declaration Signed-off-by: Samuel Just --- diff --git a/src/crimson/common/fixed_kv_node_layout.h b/src/crimson/common/fixed_kv_node_layout.h index 4fda9dd93909c..cc40350220832 100644 --- a/src/crimson/common/fixed_kv_node_layout.h +++ b/src/crimson/common/fixed_kv_node_layout.h @@ -206,7 +206,6 @@ public: public: class delta_buffer_t { - friend class FixedKVNode; std::vector buffer; public: bool empty() const {