cleanup in fast_reload_blacklist_page

This commit is contained in:
Sergej Schumilo 2022-01-11 02:09:00 +01:00
parent 61fd863ba1
commit d33e814817

View File

@ -498,7 +498,6 @@ void fast_reload_blacklist_page(fast_reload_t* self, uint64_t physaddr){
assert(self->blocklist);
snapshot_page_blocklist_add(self->blocklist, physaddr);
return;
}
bool fast_reload_snapshot_exists(fast_reload_t* self){