mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 20:19:44 +00:00
libqtest: Clean up unused QTestState member sigact_old
Unused since commit d766825
.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1443689999-12182-6-git-send-email-armbru@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
e253c28715
commit
82b15c7bdb
@ -46,7 +46,6 @@ struct QTestState
|
||||
bool irq_level[MAX_IRQ];
|
||||
GString *rx;
|
||||
pid_t qemu_pid; /* our child QEMU process */
|
||||
struct sigaction sigact_old; /* restored on exit */
|
||||
};
|
||||
|
||||
static GList *qtest_instances;
|
||||
|
Loading…
Reference in New Issue
Block a user