qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-1.4? qom-cpu-next 1/9] target-s390x: Drop unused


From: Andreas Färber
Subject: [Qemu-devel] [PATCH for-1.4? qom-cpu-next 1/9] target-s390x: Drop unused cpu_s390x_close() prototype
Date: Sat, 2 Feb 2013 12:57:19 +0100

It was never implemented.

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

diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h
index 01e59b9..0070c40 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
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]