1 files changed, 0 insertions(+), 5 deletions(-)
M src/ir.rs
M src/ir.rs => src/ir.rs +0 -5
@@ 57,11 57,6 @@ impl BrainfuckIR {
}
};
- // Tiny optimization I suppose
- if let Some(BrainfuckInstruction::INP) = instructions.last() {
- continue;
- }
-
instructions.push(inst);
}