Skip to content

Commit 685f373

Browse files
committed
Remove unnecessary clear
1 parent dee1583 commit 685f373

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/src/comparison.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ fn summarize_comparison<'a>(comparison: &'a Comparison) -> Option<ComparisonSumm
131131
.map(|(i, _)| i);
132132
let hi = hi.map(|hi| benchmarks.remove(hi));
133133

134-
benchmarks.clear();
135-
136134
Some(ComparisonSummary { hi, lo })
137135
}
138136

0 commit comments

Comments
 (0)