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
|
@ -228,7 +228,6 @@ static int console_init(SCLPEvent *event)
|
|||
return -1;
|
||||
}
|
||||
console_available = true;
|
||||
event->event_type = SCLP_EVENT_ASCII_CONSOLE_DATA;
|
||||
if (scon->chr) {
|
||||
qemu_chr_add_handlers(scon->chr, chr_can_read,
|
||||
chr_read, NULL, scon);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue