mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2025-10-30 07:57:14 +08:00
stubs: Remove unused arch_type.c stub
We added a stub for the arch_type global in commit5964ed56d9so that we could compile blockdev.c into the tools. However, in commit9db1d3a2bewe 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
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
stub_ss.add(files('arch_type.c'))
|
||||
stub_ss.add(files('bdrv-next-monitor-owned.c'))
|
||||
stub_ss.add(files('blk-commit-all.c'))
|
||||
stub_ss.add(files('blk-exp-close-all.c'))
|
||||
|
||||
Reference in New Issue
Block a user