From 279b426ee8c276f3604c2cccadaefe3a928fa875 Mon Sep 17 00:00:00 2001 From: Piotr Jastrzebski Date: Wed, 21 Mar 2018 15:45:08 +0100 Subject: [PATCH] Remove unused sstable::get_shared_components Signed-off-by: Piotr Jastrzebski --- sstables/sstables.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sstables/sstables.hh b/sstables/sstables.hh index ea8ccc1b91..257eb6c62b 100644 --- a/sstables/sstables.hh +++ b/sstables/sstables.hh @@ -642,12 +642,6 @@ private: public: future<> read_toc(); - shareable_components& get_shared_components() { - return *_components; - } - const shareable_components& get_shared_components() const { - return *_components; - } schema_ptr get_schema() const { return _schema; }