From d33e814817f27245cebfca628bfc0e4ea2328ce2 Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Tue, 11 Jan 2022 02:09:00 +0100 Subject: [PATCH] cleanup in fast_reload_blacklist_page --- nyx/fast_vm_reload.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nyx/fast_vm_reload.c b/nyx/fast_vm_reload.c index 340a0eafbf..c6100e327b 100644 --- a/nyx/fast_vm_reload.c +++ b/nyx/fast_vm_reload.c @@ -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){