diff --git a/exec.c b/exec.c index 7548497217..8525f8cf63 100644 --- a/exec.c +++ b/exec.c @@ -1368,7 +1368,6 @@ bool cpu_physical_memory_test_dirty(ram_addr_t start, unsigned long end, page; bool dirty = false; RAMBlock *ramblock; - uint64_t mr_offset, mr_size; if (length == 0) { return false;