diff options
Diffstat (limited to 'include/exec/translate-all.h')
| -rw-r--r-- | include/exec/translate-all.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/exec/translate-all.h b/include/exec/translate-all.h index c50661a05d..039668ff8a 100644 --- a/include/exec/translate-all.h +++ b/include/exec/translate-all.h @@ -25,9 +25,4 @@ /* translate-all.c */ void tb_check_watchpoint(CPUState *cpu, uintptr_t retaddr); -#ifdef CONFIG_USER_ONLY -void page_protect(tb_page_addr_t page_addr); -int page_unprotect(tb_page_addr_t address, uintptr_t pc); -#endif - #endif /* TRANSLATE_ALL_H */ |