peepmatic: remove unused member from PeepholeOptimizer

This is dead code, left over from an earlier design.
This commit is contained in:
Nick Fitzgerald
2020-05-14 11:08:59 -07:00
parent 98137ea09f
commit e9ef8ea3d5
2 changed files with 0 additions and 5 deletions

View File

@@ -65,7 +65,6 @@ impl PeepholeOptimizations {
PeepholeOptimizer {
peep_opt: self,
instr_set,
left_hand_sides: vec![],
right_hand_sides: vec![],
actions: vec![],
backtracking_states: vec![],