From: Paolo Bonzini Date: Mon, 1 Jun 2015 07:53:55 +0000 (+0200) Subject: translate-all: delete prototype for non-existent function X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b6b099541d6cf3c50b0fb5af916fff0db6508805;p=qemu.git translate-all: delete prototype for non-existent function Missed in commit 3a808cc40 Signed-off-by: Paolo Bonzini Reviewed-by: Eric Blake Reviewed-by: Peter Crosthwaite Signed-off-by: Michael Tokarev --- diff --git a/translate-all.h b/translate-all.h index 02832b2718..b6a07bd5d3 100644 --- a/translate-all.h +++ b/translate-all.h @@ -21,7 +21,6 @@ /* translate-all.c */ void tb_invalidate_phys_page_fast(tb_page_addr_t start, int len); -void cpu_unlink_tb(CPUState *cpu); void tb_check_watchpoint(CPUState *cpu); #endif /* TRANSLATE_ALL_H */