Clean up
This commit is contained in:
parent
d7880480b5
commit
54ae05844d
@ -117,8 +117,6 @@ impl<'src> Compiler<'src> {
|
||||
.rev()
|
||||
.find_map(|(instruction, _, _)| {
|
||||
if instruction.yields_value() {
|
||||
println!("{:?}", instruction);
|
||||
|
||||
Some(instruction.a() + 1)
|
||||
} else {
|
||||
None
|
||||
|
Loading…
Reference in New Issue
Block a user