From: Paolo Bonzini <[email protected]> Missed in commit 3a808cc40
Signed-off-by: Paolo Bonzini <[email protected]> Reviewed-by: Eric Blake <[email protected]> Reviewed-by: Peter Crosthwaite <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- translate-all.h | 1 - 1 file changed, 1 deletion(-) diff --git a/translate-all.h b/translate-all.h index 02832b2..b6a07bd 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 */ -- 2.1.4
