translate-all: delete prototype for non-existent function
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 1 Jun 2015 07:53:55 +0000 (09:53 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 3 Jun 2015 11:21:24 +0000 (14:21 +0300)
Missed in commit 3a808cc40

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
translate-all.h

index 02832b2718517a6f7d676906b1780a20b489f38d..b6a07bd5d33340104b529047d7d627c72e6814f2 100644 (file)
@@ -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 */