From 2231384e56924f5bbf2e32e5bb7d2d6a9d1815f6 Mon Sep 17 00:00:00 2001 From: Nia Alarie Date: Tue, 6 Mar 2018 10:07:20 +0000 Subject: 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 Reviewed-by: Christian Borntraeger Message-Id: <20180306100721.19419-1-nia.alarie@gmail.com> Signed-off-by: Cornelia Huck --- include/hw/s390x/event-facility.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3-55-g7522