diff options
author | Jun Koi <junkoi2004@gmail.com> | 2010-07-23 14:57:40 +0900 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2010-07-24 14:42:29 +0200 |
commit | 04906034f59b1a842da98636c0f7d4d7c151717c (patch) | |
tree | 36d8185dc94d31b1cd93d57a9841af8b29693a2b /exec-all.h | |
parent | 5779406a240ea429accceddd71a5ff3eeb780f71 (diff) | |
download | qemu-04906034f59b1a842da98636c0f7d4d7c151717c.zip qemu-04906034f59b1a842da98636c0f7d4d7c151717c.tar.gz qemu-04906034f59b1a842da98636c0f7d4d7c151717c.tar.bz2 |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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, |