summary refs log tree commit diff stats
path: root/include/exec/cputlb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exec/cputlb.h')
-rw-r--r--include/exec/cputlb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exec/cputlb.h b/include/exec/cputlb.h
index 19b16e58f8..6da1462c4f 100644
--- a/include/exec/cputlb.h
+++ b/include/exec/cputlb.h
@@ -26,6 +26,5 @@
 /* cputlb.c */
 void tlb_protect_code(ram_addr_t ram_addr);
 void tlb_unprotect_code(ram_addr_t ram_addr);
-void tlb_flush_counts(size_t *full, size_t *part, size_t *elide);
 #endif
 #endif