On 01/10/15 10:59, Markus Armbruster wrote: > Unused since commit d766825. > > Signed-off-by: Markus Armbruster <[email protected]> > Reviewed-by: Eric Blake <[email protected]> > --- > tests/libqtest.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/libqtest.c b/tests/libqtest.c > index e5188e0..8dede56 100644 > --- 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; >
Reviewed-by: Thomas Huth <[email protected]>
