Comment out unused code
This commit is contained in:
@@ -22,10 +22,10 @@ where
|
|||||||
|
|
||||||
#[derive(Eq, PartialEq, Copy, Clone, Debug)]
|
#[derive(Eq, PartialEq, Copy, Clone, Debug)]
|
||||||
enum TransitionState {
|
enum TransitionState {
|
||||||
Good, // Good state
|
Good, // Good state
|
||||||
Bad, // Bad state
|
Bad, // Bad state
|
||||||
Dampened, // Could be removed to make a good state
|
// Dampened, // Could be removed to make a good state
|
||||||
DampenedEnd, // Could be removed to make a good state, end or start of report
|
// DampenedEnd, // Could be removed to make a good state, end or start of report
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Eq, PartialEq, Copy, Clone, Debug)]
|
#[derive(Eq, PartialEq, Copy, Clone, Debug)]
|
||||||
|
|||||||
Reference in New Issue
Block a user