summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Färber2013-02-02 12:10:37 +0100
committerAndreas Färber2013-02-16 14:51:00 +0100
commit0dac84597a66eb8f416972faef451ce786b3cdd4 (patch)
treedcec3bb5495126c8572a7c4d0cc6ecf9dc55c28e
parentspapr_hcall: Replace open-coded CPU loop with qemu_get_cpu() (diff)
downloadqemu-0dac84597a66eb8f416972faef451ce786b3cdd4.tar.gz
qemu-0dac84597a66eb8f416972faef451ce786b3cdd4.tar.xz
qemu-0dac84597a66eb8f416972faef451ce786b3cdd4.zip
target-s390x: Drop unused cpu_s390x_close() prototype
It was never implemented. Signed-off-by: Andreas Färber <afaerber@suse.de>
-rw-r--r--target-s390x/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h
index fa8dfe0737..e450db74a2 100644
--- a/target-s390x/cpu.h
+++ b/target-s390x/cpu.h
@@ -315,7 +315,6 @@ static inline int get_ilen(uint8_t opc)
S390CPU *cpu_s390x_init(const char *cpu_model);
void s390x_translate_init(void);
int cpu_s390x_exec(CPUS390XState *s);
-void cpu_s390x_close(CPUS390XState *s);
void do_interrupt (CPUS390XState *env);
/* you can call this signal handler from your SIGBUS and SIGSEGV