From 56a8810dd6686a999e47afa5c1870c66485ef1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sun, 20 Jan 2013 03:26:12 +0100 Subject: target-microblaze: Drop unused cpu_mb_close() prototype MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Such a function never existed. Signed-off-by: Andreas Färber Signed-off-by: Edgar E. Iglesias --- target-microblaze/cpu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'target-microblaze/cpu.h') diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index 4de22266ef..5621068d82 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -274,7 +274,6 @@ struct CPUMBState { MicroBlazeCPU *cpu_mb_init(const char *cpu_model); int cpu_mb_exec(CPUMBState *s); -void cpu_mb_close(CPUMBState *s); void do_interrupt(CPUMBState *env); /* you can call this signal handler from your SIGBUS and SIGSEGV signal handlers to inform the virtual CPU of exceptions. non zero -- cgit v1.2.1