diff options
author | njl <njl@FreeBSD.org> | 2003-07-14 02:58:00 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2003-07-14 02:58:00 +0000 |
commit | 33a593e53b60868694276618db6730298c30cb2f (patch) | |
tree | de62d9e49d40c8b61b1f5c5011fd87d35f7af59e /sys/contrib | |
parent | 05a34bb4660e12e1bad2b826032f6274d01f2e31 (diff) | |
download | FreeBSD-src-33a593e53b60868694276618db6730298c30cb2f.zip FreeBSD-src-33a593e53b60868694276618db6730298c30cb2f.tar.gz |
Remove a multiply-defined function. The change has been submitted to the
vendor.
Diffstat (limited to 'sys/contrib')
-rw-r--r-- | sys/contrib/dev/acpica/acdisasm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/acdisasm.h b/sys/contrib/dev/acpica/acdisasm.h index 8df05f9..801e6d6 100644 --- a/sys/contrib/dev/acpica/acdisasm.h +++ b/sys/contrib/dev/acpica/acdisasm.h @@ -226,10 +226,6 @@ void AcpiDmDecodeInternalObject ( ACPI_OPERAND_OBJECT *ObjDesc); -void -AcpiDmDecodeNode ( - ACPI_NAMESPACE_NODE *Node); - UINT32 AcpiDmBlockType ( ACPI_PARSE_OBJECT *Op); |