From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXDK0-0006mU-MQ for qemu-devel@nongnu.org; Wed, 02 Sep 2015 15:03:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXDK0-0002bH-0m for qemu-devel@nongnu.org; Wed, 02 Sep 2015 15:03:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXDJz-0002b9-Sb for qemu-devel@nongnu.org; Wed, 02 Sep 2015 15:03:47 -0400 From: "Richard W.M. Jones" Date: Wed, 2 Sep 2015 20:03:38 +0100 Message-Id: <1441220618-4750-3-git-send-email-rjones@redhat.com> In-Reply-To: <1441220618-4750-1-git-send-email-rjones@redhat.com> References: <1441220618-4750-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH 2/2] acpi: Remove unused definition. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mst@redhat.com Cc: peter.maydell@linaro.org, ehabkost@redhat.com, zhaoshenglong@huawei.com, qemu-devel@nongnu.org, pbonzini@redhat.com, imammedo@redhat.com, rth@twiddle.net Signed-off-by: Richard W.M. Jones --- include/hw/acpi/aml-build.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/hw/acpi/aml-build.h b/include/hw/acpi/aml-build.h index 85a3c2c..7392aca 100644 --- a/include/hw/acpi/aml-build.h +++ b/include/hw/acpi/aml-build.h @@ -9,8 +9,6 @@ /* Reserve RAM space for tables: add another order of magnitude. */ #define ACPI_BUILD_TABLE_MAX_SIZE 0x200000 -#define ACPI_BUILD_APPNAME "Bochs" - #define ACPI_BUILD_TABLE_FILE "etc/acpi/tables" #define ACPI_BUILD_RSDP_FILE "etc/acpi/rsdp" #define ACPI_BUILD_TPMLOG_FILE "etc/tpm/log" -- 2.5.0