Skip to content

Commit 4fcc1db

Browse files
committed
Remove TMeasureResult
1 parent 097d5d0 commit 4fcc1db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/impl/internal/local_dc_detector/local_dc_detector.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class TLocalDCDetector {
2525
using TEndpoint = Ydb::Discovery::EndpointInfo;
2626
using TEndpointRef = std::reference_wrapper<const TEndpoint>;
2727
using TEndpointsByLocation = std::unordered_map<std::string, std::vector<TEndpointRef>>;
28-
using TMeasureResult = std::pair<std::string, std::uint64_t>;
2928

3029
TEndpointsByLocation GroupEndpointsByLocation(const Ydb::Discovery::ListEndpointsResult& endpointsList) const;
3130
void SampleEndpoints(TEndpointsByLocation& endpointsByLocation) const;

0 commit comments

Comments
 (0)