mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
s390/eventfacility: remove unused event_type variable
The event_type variable is never used. Get rid of it. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Reviewed-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
788be8e9d6
commit
8b8b1138df
3 changed files with 0 additions and 4 deletions
|
@ -68,7 +68,6 @@ typedef struct ReadEventData {
|
|||
typedef struct SCLPEvent {
|
||||
DeviceState qdev;
|
||||
bool event_pending;
|
||||
uint32_t event_type;
|
||||
char *name;
|
||||
} SCLPEvent;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue