abstract_replication_strategy: remove commented out keyspace* member

It is not needed.

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
Message-Id: <20210906133840.3307279-2-bhalevy@scylladb.com>
This commit is contained in:
Benny Halevy
2021-09-06 16:38:40 +03:00
committed by Avi Kivity
parent b7eaa22ce6
commit e613c0d287

View File

@@ -60,8 +60,6 @@ private:
std::unordered_map<token, inet_address_vector_replica_set>&
get_cached_endpoints(const token_metadata& tm);
protected:
// TODO: Do we need this member at all?
//keyspace* _keyspace = nullptr;
std::map<sstring, sstring> _config_options;
const shared_token_metadata& _shared_token_metadata;
snitch_ptr& _snitch;