fix warning: remove unused variables

This commit is contained in:
Sergej Schumilo 2022-04-18 19:37:22 +02:00
parent 00da434bec
commit e6c25cbdee

1
exec.c
View File

@ -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;