On 7/30/21 12:59 PM, Peter Maydell wrote: > 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.mayd...@linaro.org> > --- > include/sysemu/arch_init.h | 2 -- > stubs/arch_type.c | 4 ---- > stubs/meson.build | 1 - > 3 files changed, 7 deletions(-) > delete mode 100644 stubs/arch_type.c
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>