From dfdca2d84e85907af9374ae6d922fde875822daa Mon Sep 17 00:00:00 2001 From: Benny Halevy Date: Thu, 1 Feb 2024 11:37:16 +0200 Subject: [PATCH] locator: topology: drop unused calculate_datacenters Signed-off-by: Benny Halevy Closes scylladb/scylladb#23647 --- locator/topology.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/locator/topology.hh b/locator/topology.hh index b1f284ff8a..ba79cb8151 100644 --- a/locator/topology.hh +++ b/locator/topology.hh @@ -427,11 +427,8 @@ private: bool _sort_by_proximity = true; - // pre-calculated std::unordered_set _datacenters; - void calculate_datacenters(); - mutable random_engine_type _random_engine; friend class token_metadata_impl;