projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e253c28
)
libqtest: Clean up unused QTestState member sigact_old
author
Markus Armbruster
<armbru@redhat.com>
Thu, 1 Oct 2015 08:59:54 +0000
(10:59 +0200)
committer
Markus Armbruster
<armbru@redhat.com>
Fri, 9 Oct 2015 13:25:57 +0000
(15:25 +0200)
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>
tests/libqtest.c
patch
|
blob
|
history
diff --git
a/tests/libqtest.c
b/tests/libqtest.c
index e5188e0327a2b9c7d1d3ebc4ecd930a1f66e5523..8dede56929d5e3b43dd219952e261d0f74016ffc 100644
(file)
--- a/
tests/libqtest.c
+++ b/
tests/libqtest.c
@@
-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;