Skip to content

Commit acaa576

Browse files
author
Innocent
committed
clang
1 parent 0d960ee commit acaa576

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/iceberg/metrics/metrics_reporters.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ std::shared_ptr<MetricsReporter> MetricsReporters::Combine(
130130
if (!first) return second;
131131
if (!second || first.get() == second.get()) return first;
132132

133-
// Single-pass collection: insert into the set to flatten nested composites
134-
// and deduplicate by shared_ptr identity simultaneously.
135133
std::unordered_set<std::shared_ptr<MetricsReporter>> reporters;
136134

137135
auto collect = [&reporters](const std::shared_ptr<MetricsReporter>& r) {

0 commit comments

Comments
 (0)