[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 7/7] hw/i386/pc: Remove unused pc_compat_2_3 declarations
From: |
Michael Tokarev |
Subject: |
[PULL 7/7] hw/i386/pc: Remove unused pc_compat_2_3 declarations |
Date: |
Thu, 30 Jan 2025 16:34:47 +0300 |
From: Philippe Mathieu-Daudé <philmd@linaro.org>
We removed the implementations in commit 46a2bd52571
("hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine")
but forgot to remove the declarations. Do it now.
Fixes: 46a2bd52571 ("hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
include/hw/i386/pc.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h
index a558705cb9..103b54301f 100644
--- a/include/hw/i386/pc.h
+++ b/include/hw/i386/pc.h
@@ -302,9 +302,6 @@ extern const size_t pc_compat_2_5_len;
extern GlobalProperty pc_compat_2_4[];
extern const size_t pc_compat_2_4_len;
-extern GlobalProperty pc_compat_2_3[];
-extern const size_t pc_compat_2_3_len;
-
#define DEFINE_PC_MACHINE(suffix, namestr, initfn, optsfn) \
static void pc_machine_##suffix##_class_init(ObjectClass *oc, void *data) \
{ \
--
2.39.5
- [PULL 0/7] Trivial patches for 2025-01-30, Michael Tokarev, 2025/01/30
- [PULL 1/7] net: Fix announce_self, Michael Tokarev, 2025/01/30
- [PULL 2/7] net/dump: Correctly compute Ethernet packet offset, Michael Tokarev, 2025/01/30
- [PULL 3/7] vvfat: create_long_filename: fix out-of-bounds array access, Michael Tokarev, 2025/01/30
- [PULL 4/7] gdbstub/user-target: fix gdbserver int format (%d -> %x), Michael Tokarev, 2025/01/30
- [PULL 5/7] tests/functional/test_mips_malta: Fix comment about endianness of the test, Michael Tokarev, 2025/01/30
- [PULL 6/7] licenses: Remove SPDX tags not being license identifier for Linaro, Michael Tokarev, 2025/01/30
- [PULL 7/7] hw/i386/pc: Remove unused pc_compat_2_3 declarations,
Michael Tokarev <=