translate-all: delete prototype for non-existent function

Missed in commit 3a808cc40

Backports commit b6b099541d6cf3c50b0fb5af916fff0db6508805 from qemu
This commit is contained in:
Paolo Bonzini 2018-02-13 08:25:17 -05:00 committed by Lioncash
parent 79df79434d
commit e37ed23e7f
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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);