acpi: drop unused code
commit59ea3e7532a85b15bd551335b27fa97db48efa8d
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 8 Mar 2015 10:49:21 +0000 (8 11:49 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 8 Mar 2015 10:51:46 +0000 (8 11:51 +0100)
tree5bd7ee534ff3704bf8724235ce7e6686dcc8bae6
parent56521fb88f7e3d2e3c7cf87d5f85e17e563c0df7
acpi: drop unused code

Recent changes left acpi_get_hex unused,
and clag is unhappy about it:
    error: unused function 'acpi_get_hex'

Drop it, as well as some unused macros.

Signer-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c