Skip to content

Commit c7d43f1

Browse files
committed
Remove comment
Signed-off-by: Palash Nigam <[email protected]>
1 parent 673e3f5 commit c7d43f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/metrics/summary.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ impl Summary {
100100
let count = inner.count;
101101
let mut quantile_values: Vec<(f64, f64)> = Vec::new();
102102

103-
// TODO: add stream rotation
104103
for q in self.target_quantile.iter() {
105104
match inner.quantile_streams[inner.head_stream_idx as usize].query(*q) {
106105
Some((_, v)) => quantile_values.push((*q, v)),

0 commit comments

Comments
 (0)