From 2e659f6dd3ba5aebdc1d4363378c6bd8a838104d Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Thu, 18 Nov 2021 16:23:39 +0100 Subject: [PATCH] Remove unused loom members --- emu.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/emu.h b/emu.h index d558b1f..27c7720 100644 --- a/emu.h +++ b/emu.h @@ -385,10 +385,6 @@ struct ovni_loom { struct ovni_cpu vcpu; struct ovni_eproc *proc; - - /* Keep a list of updated cpus */ - int nupdated_cpus; - struct ovni_cpu *updated_cpu[OVNI_MAX_CPU]; }; #define MAX_VIRTUAL_EVENTS 16