aboutsummaryrefslogtreecommitdiff
path: root/translate-all.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-06-01 09:53:55 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2015-06-03 14:21:24 +0300
commitb6b099541d6cf3c50b0fb5af916fff0db6508805 (patch)
treef57e163366f02b8eb6dedf0609db84deaa027aaa /translate-all.h
parent1597051b84b816c9608e1ee0947f8e6dc9876b56 (diff)
translate-all: delete prototype for non-existent function
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>
Diffstat (limited to 'translate-all.h')
-rw-r--r--translate-all.h1
1 files changed, 0 insertions, 1 deletions
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 */