From e37ed23e7f84647c3fcc4f0091e847cb2ccc83a3 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 13 Feb 2018 08:25:17 -0500 Subject: [PATCH] translate-all: delete prototype for non-existent function Missed in commit 3a808cc40 Backports commit b6b099541d6cf3c50b0fb5af916fff0db6508805 from qemu --- qemu/translate-all.h | 1 - 1 file changed, 1 deletion(-) diff --git a/qemu/translate-all.h b/qemu/translate-all.h index 8216ad8d..4317e526 100644 --- a/qemu/translate-all.h +++ b/qemu/translate-all.h @@ -20,7 +20,6 @@ #define TRANSLATE_ALL_H /* translate-all.c */ -void cpu_unlink_tb(CPUState *cpu); void tb_check_watchpoint(CPUState *cpu); void tb_invalidate_phys_page_fast(struct uc_struct* uc, tb_page_addr_t start, int len); void tb_cleanup(struct uc_struct *uc);