cleanup
This commit is contained in:
parent
45988871c4
commit
1cfb90760a
|
@ -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(),*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue