aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/arch_init.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2021-07-30 11:59:47 +0100
committerPeter Maydell <peter.maydell@linaro.org>2021-08-26 17:02:00 +0100
commit62fffaa6c9244bc1ee10da6bceacea3ae6c6431a (patch)
treef0c802f86b9e02a4f86522bbe3a0dee4cae80372 /include/sysemu/arch_init.h
parent7f4c520dac8c8d39e3d19db5a7e6e74693c9c6a4 (diff)
stubs: Remove unused arch_type.c stub
We added a stub for the arch_type global in commit 5964ed56d9a1 so that we could compile blockdev.c into the tools. However, in commit 9db1d3a2be9bf we removed the only use of arch_type from blockdev.c. The stub is therefore no longer needed, and we can delete it again, together with the QEMU_ARCH_NONE value that only the stub was using. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210730105947.28215-9-peter.maydell@linaro.org
Diffstat (limited to 'include/sysemu/arch_init.h')
-rw-r--r--include/sysemu/arch_init.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/arch_init.h b/include/sysemu/arch_init.h
index e778939950..70c579560a 100644
--- a/include/sysemu/arch_init.h
+++ b/include/sysemu/arch_init.h
@@ -24,8 +24,6 @@ enum {
QEMU_ARCH_RX = (1 << 20),
QEMU_ARCH_AVR = (1 << 21),
QEMU_ARCH_HEXAGON = (1 << 22),
-
- QEMU_ARCH_NONE = (1 << 31),
};
extern const uint32_t arch_type;