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:
Andreas Färber 2012-03-29 04:50:30 +00:00 committed by Peter Maydell
parent f638f0d3ae
commit 0bcd08b352
2 changed files with 0 additions and 6 deletions

View file

@ -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