]> git.proxmox.com Git - qemu.git/blobdiff - exec-all.h
exec: make some functions static
[qemu.git] / exec-all.h
index 2ea0e4fc240fd09c1390e61aae4592fd303ea1b0..8db47f5c9b939370831370955eb0b5c6bd1c9f45 100644 (file)
@@ -194,8 +194,6 @@ static inline unsigned int tb_phys_hash_func(tb_page_addr_t pc)
 
 void tb_free(TranslationBlock *tb);
 void tb_flush(CPUArchState *env);
-void tb_link_page(TranslationBlock *tb,
-                  tb_page_addr_t phys_pc, tb_page_addr_t phys_page2);
 void tb_phys_invalidate(TranslationBlock *tb, tb_page_addr_t page_addr);
 
 extern TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE];