master
Sebastien Bourdeauducq 2019-11-16 09:51:00 +08:00
parent 45988871c4
commit 1cfb90760a
1 changed files with 0 additions and 4 deletions

View File

@ -61,10 +61,6 @@ impl MinMaxMonitor {
current_sample_count: 0,
current_position_min: i64::max_value(),
current_position_max: i64::min_value(),
/*position_min: i64::max_value(),
position_max: i64::min_value(),
// Trick: position > position_middle is always false before the first monitor cycle.
position_middle: i64::max_value(),*/
}
}