mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
acpidump: Remove set but unused variable.
ACPICA's table dumper doesn't try to dump this subtable's contents either. Reported by: GCC Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D40657
This commit is contained in:
parent
52642de03b
commit
e65868ddd4
1 changed files with 0 additions and 2 deletions
|
|
@ -1583,7 +1583,6 @@ acpi_print_nfit(ACPI_NFIT_HEADER *nfit)
|
|||
ACPI_NFIT_SYSTEM_ADDRESS *sysaddr;
|
||||
ACPI_NFIT_MEMORY_MAP *mmap;
|
||||
ACPI_NFIT_INTERLEAVE *ileave;
|
||||
ACPI_NFIT_SMBIOS *smbios;
|
||||
ACPI_NFIT_CONTROL_REGION *ctlreg;
|
||||
ACPI_NFIT_DATA_REGION *datareg;
|
||||
ACPI_NFIT_FLUSH_ADDRESS *fladdr;
|
||||
|
|
@ -1661,7 +1660,6 @@ acpi_print_nfit(ACPI_NFIT_HEADER *nfit)
|
|||
}
|
||||
break;
|
||||
case ACPI_NFIT_TYPE_SMBIOS:
|
||||
smbios = (ACPI_NFIT_SMBIOS *)nfit;
|
||||
/* XXX smbios->Data[x] output is not supported */
|
||||
break;
|
||||
case ACPI_NFIT_TYPE_CONTROL_REGION:
|
||||
|
|
|
|||
Loading…
Reference in a new issue