mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
locator: topology: drop unused calculate_datacenters
Signed-off-by: Benny Halevy <bhalevy@scylladb.com> Closes scylladb/scylladb#23647
This commit is contained in:
committed by
Pavel Emelyanov
parent
06b49bdf69
commit
dfdca2d84e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user