summary refs log tree commit diff stats
path: root/memory-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'memory-internal.h')
-rw-r--r--memory-internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/memory-internal.h b/memory-internal.h
index 1c34b9751c..1da240039d 100644
--- a/memory-internal.h
+++ b/memory-internal.h
@@ -55,8 +55,6 @@ struct MemoryRegionSection;
 void qemu_register_coalesced_mmio(hwaddr addr, ram_addr_t size);
 void qemu_unregister_coalesced_mmio(hwaddr addr, ram_addr_t size);
 
-int cpu_physical_memory_set_dirty_tracking(int enable);
-
 #define VGA_DIRTY_FLAG       0x01
 #define CODE_DIRTY_FLAG      0x02
 #define MIGRATION_DIRTY_FLAG 0x08