locator: topology: drop unused calculate_datacenters

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>

Closes scylladb/scylladb#23647
This commit is contained in:
Benny Halevy
2024-02-01 11:37:16 +02:00
committed by Pavel Emelyanov
parent 06b49bdf69
commit dfdca2d84e

View File

@@ -427,11 +427,8 @@ private:
bool _sort_by_proximity = true;
// pre-calculated
std::unordered_set<sstring> _datacenters;
void calculate_datacenters();
mutable random_engine_type _random_engine;
friend class token_metadata_impl;