aboutsummaryrefslogtreecommitdiff
path: root/exec-all.h
diff options
context:
space:
mode:
authorJun Koi <junkoi2004@gmail.com>2010-07-23 14:57:40 +0900
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2010-07-24 14:42:29 +0200
commit04906034f59b1a842da98636c0f7d4d7c151717c (patch)
tree36d8185dc94d31b1cd93d57a9841af8b29693a2b /exec-all.h
parent5779406a240ea429accceddd71a5ff3eeb780f71 (diff)
remove dead code
this patch removes unused function cpu_restore_state_copy(). Signed-off-by: Jun Koi <junkoi2004@gmail.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'exec-all.h')
-rw-r--r--exec-all.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/exec-all.h b/exec-all.h
index 58b55759fc..3a53fe64c2 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,