From: Jun Koi Date: Fri, 23 Jul 2010 05:57:40 +0000 (+0900) Subject: remove dead code X-Git-Tag: v0.13.0-rc0~39 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=04906034f59b1a842da98636c0f7d4d7c151717c;p=qemu.git remove dead code this patch removes unused function cpu_restore_state_copy(). Signed-off-by: Jun Koi Signed-off-by: Edgar E. Iglesias --- diff --git a/exec-all.h b/exec-all.h index 58b55759f..3a53fe64c 100644 --- a/exec-all.h +++ b/exec-all.h @@ -86,9 +86,6 @@ int cpu_gen_code(CPUState *env, struct TranslationBlock *tb, int cpu_restore_state(struct TranslationBlock *tb, CPUState *env, unsigned long searched_pc, void *puc); -int cpu_restore_state_copy(struct TranslationBlock *tb, - CPUState *env, unsigned long searched_pc, - void *puc); void cpu_resume_from_signal(CPUState *env1, void *puc); void cpu_io_recompile(CPUState *env, void *retaddr); TranslationBlock *tb_gen_code(CPUState *env,