From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1bj8-0003tr-8n for qemu-devel@nongnu.org; Sat, 02 Feb 2013 06:57:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1bj7-0006WC-Af for qemu-devel@nongnu.org; Sat, 02 Feb 2013 06:57:46 -0500 Received: from cantor2.suse.de ([195.135.220.15]:37074 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1bj7-0006Vm-4l for qemu-devel@nongnu.org; Sat, 02 Feb 2013 06:57:45 -0500 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sat, 2 Feb 2013 12:57:20 +0100 Message-Id: <1359806247-27799-3-git-send-email-afaerber@suse.de> In-Reply-To: <1359806247-27799-1-git-send-email-afaerber@suse.de> References: <1359806247-27799-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-1.4? qom-cpu-next 2/9] target-lm32: Drop unused cpu_lm32_close() prototype List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Michael Walle , =?UTF-8?q?Andreas=20F=C3=A4rber?= It was never implemented. Signed-off-by: Andreas F=C3=A4rber --- target-lm32/cpu.h | 1 - 1 Datei ge=C3=A4ndert, 1 Zeile entfernt(-) diff --git a/target-lm32/cpu.h b/target-lm32/cpu.h index 4e202db..6948d0e 100644 --- a/target-lm32/cpu.h +++ b/target-lm32/cpu.h @@ -189,7 +189,6 @@ struct CPULM32State { LM32CPU *cpu_lm32_init(const char *cpu_model); void cpu_lm32_list(FILE *f, fprintf_function cpu_fprintf); int cpu_lm32_exec(CPULM32State *s); -void cpu_lm32_close(CPULM32State *s); void do_interrupt(CPULM32State *env); /* you can call this signal handler from your SIGBUS and SIGSEGV signal handlers to inform the virtual CPU of exceptions. non zero --=20 1.7.10.4