Remove unused loom members

This commit is contained in:
Rodrigo Arias 2021-11-18 16:23:39 +01:00
parent ffd492e922
commit 2e659f6dd3

4
emu.h
View File

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