summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNia Alarie <nia.alarie@gmail.com>2018-03-06 10:07:20 +0000
committerCornelia Huck <cohuck@redhat.com>2018-03-08 15:49:23 +0100
commit2231384e56924f5bbf2e32e5bb7d2d6a9d1815f6 (patch)
tree3eda283962cf704c8975bc224a3ffdaa520de4e9 /include
parent81ce6aa51af65149712228943c89042896ded392 (diff)
downloadqemu-2231384e56924f5bbf2e32e5bb7d2d6a9d1815f6.tar.gz
s390x/sclpconsole: Remove dead code - remove exit handlers
The other event handlers (quiesce and cpu) do not define these handlers, and this one does nothing, so it can be removed. Signed-off-by: Nia Alarie <nia.alarie@gmail.com> Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> Message-Id: <20180306100721.19419-1-nia.alarie@gmail.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
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 5119b9b7f0..b913f85edc 100644
--- a/include/hw/s390x/event-facility.h
+++ b/include/hw/s390x/event-facility.h
@@ -174,7 +174,6 @@ typedef struct SCLPEvent {
typedef struct SCLPEventClass {
DeviceClass parent_class;
int (*init)(SCLPEvent *event);
- int (*exit)(SCLPEvent *event);
/* get SCLP's send mask */
unsigned int (*get_send_mask)(void);