mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
target-arm: Drop cpu_arm_close()
It's unused, so no need to QOM'ify it later. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
f638f0d3ae
commit
0bcd08b352
2 changed files with 0 additions and 6 deletions
|
@ -493,11 +493,6 @@ static uint32_t cpu_arm_find_by_name(const char *name)
|
|||
return id;
|
||||
}
|
||||
|
||||
void cpu_arm_close(CPUARMState *env)
|
||||
{
|
||||
g_free(env);
|
||||
}
|
||||
|
||||
static int bad_mode_switch(CPUARMState *env, int mode)
|
||||
{
|
||||
/* Return true if it is not valid for us to switch to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue