From c7afb68ccde5052003ee1e531166cc894ab8bf38 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Wed, 1 Jul 2020 15:50:32 -0700 Subject: [PATCH] crimson/common/fixed_kv_node_layout: remove unnecessary/wrong friend declaration Signed-off-by: Samuel Just --- src/crimson/common/fixed_kv_node_layout.h | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.39.5