Remove is_ghost

This commit is contained in:
bjorn3
2021-10-12 14:53:33 +02:00
parent 783bb1f759
commit e8b18b58a1
3 changed files with 4 additions and 26 deletions

View File

@@ -489,13 +489,6 @@ fn gen_opcodes(all_inst: &AllInstructions, fmt: &mut Formatter) {
"Is this a return instruction?",
fmt,
);
gen_bool_accessor(
all_inst,
|inst| inst.is_ghost,
"is_ghost",
"Is this a ghost instruction?",
fmt,
);
gen_bool_accessor(
all_inst,
|inst| inst.can_load,