summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Borntraeger <borntraeger@de.ibm.com>2013-09-17 13:01:31 +0200
committerChristian Borntraeger <borntraeger@de.ibm.com>2013-09-20 13:55:30 +0200
commit8b8b1138df5e512dc8a89896c44b67d192dd3d7d (patch)
tree59f74255d55a4c58b06584b594ea7350a969bc2e /include
parent788be8e9d669c314ad7aef1a71bce31367cfe462 (diff)
downloadqemu-8b8b1138df5e512dc8a89896c44b67d192dd3d7d.tar.gz
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>
Diffstat (limited to 'include')
-rw-r--r--include/hw/s390x/event-facility.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/s390x/event-facility.h b/include/hw/s390x/event-facility.h
index 727ef4fdf8..ff0f625860 100644
--- a/include/hw/s390x/event-facility.h
+++ b/include/hw/s390x/event-facility.h
@@ -68,7 +68,6 @@ typedef struct ReadEventData {
typedef struct SCLPEvent {
DeviceState qdev;
bool event_pending;
- uint32_t event_type;
char *name;
} SCLPEvent;