stubs: Remove unused arch_type.c stub
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Jul 2021 10:59:47 +0000 (11:59 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Aug 2021 16:02:00 +0000 (17:02 +0100)
commit62fffaa6c9244bc1ee10da6bceacea3ae6c6431a
treef0c802f86b9e02a4f86522bbe3a0dee4cae80372
parent7f4c520dac8c8d39e3d19db5a7e6e74693c9c6a4
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
include/sysemu/arch_init.h
stubs/arch_type.c [deleted file]
stubs/meson.build