refactor: remove unused field

PR #3131 fixed the failing builds by allowing this field to be dead.
After looking at it further the field is not being used and can be
removedi completely.
This commit is contained in:
Andrew Brown
2021-07-30 09:45:47 -07:00
parent 4632b6a816
commit 26c78c06ef
6 changed files with 4 additions and 21 deletions

View File

@@ -78,7 +78,6 @@ pub(crate) fn define(shared_defs: &mut SharedDefinitions) -> TargetIsa {
TargetIsa::new(
"x86",
inst_group,
settings,
regs,
recipes,