]> Git Repo - qemu.git/commitdiff
libqtest: Clean up unused QTestState member sigact_old
authorMarkus Armbruster <[email protected]>
Thu, 1 Oct 2015 08:59:54 +0000 (10:59 +0200)
committerMarkus Armbruster <[email protected]>
Fri, 9 Oct 2015 13:25:57 +0000 (15:25 +0200)
Unused since commit d766825.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-Id: <1443689999[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
tests/libqtest.c

index e5188e0327a2b9c7d1d3ebc4ecd930a1f66e5523..8dede56929d5e3b43dd219952e261d0f74016ffc 100644 (file)
@@ -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;
This page took 0.027922 seconds and 4 git commands to generate.