diff mbox

[44/47] target-s390x: Drop unused cpu_s390x_close() prototype

Message ID 1361029542-8412-45-git-send-email-afaerber@suse.de
State New
Headers show

Commit Message

Andreas Färber Feb. 16, 2013, 3:45 p.m. UTC
It was never implemented.

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 target-s390x/cpu.h |    1 -
 1 Datei geändert, 1 Zeile entfernt(-)
diff mbox

Patch

diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h
index fa8dfe0..e450db7 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