[meta] Remove unused InstructionGroup::{name, doc};

This commit is contained in:
Benjamin Bouvier
2019-10-18 16:04:51 +02:00
parent 8fece43aa1
commit d3e694fbe7
7 changed files with 3 additions and 29 deletions

View File

@@ -50,8 +50,6 @@ pub(crate) fn define(shared_defs: &mut SharedDefinitions) -> TargetIsa {
let regs = define_registers();
let inst_group = InstructionGroupBuilder::new(
"arm64",
"arm64 specific instruction set",
&mut shared_defs.all_instructions,
&shared_defs.format_registry,
)