sstable: Unfriend sstable_directory class

It was only needed there for create_pending_deletion_log() method to get
private "_storage" from sstable. Now it's all gone and friendship can be
broken.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
This commit is contained in:
Pavel Emelyanov
2025-02-12 16:08:53 +03:00
parent 96a867c869
commit d79eec2e76

View File

@@ -526,7 +526,6 @@ private:
}
friend class sstable_stream_sink_impl;
friend class sstable_directory;
friend class filesystem_storage;
friend class s3_storage;
friend class tiered_storage;