]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/common/fixed_kv_node_layout: remove unnecessary/wrong friend declaration
authorSamuel Just <sjust@redhat.com>
Wed, 1 Jul 2020 22:50:32 +0000 (15:50 -0700)
committerSamuel Just <sjust@redhat.com>
Thu, 16 Jul 2020 23:16:42 +0000 (16:16 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/common/fixed_kv_node_layout.h

index 4fda9dd93909c594e8a3cb4702b7b798995433c4..cc4035022083250d779e916c6735e15330c58efd 100644 (file)
@@ -206,7 +206,6 @@ public:
 
 public:
   class delta_buffer_t {
-    friend class FixedKVNode;
     std::vector<delta_t> buffer;
   public:
     bool empty() const {