qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/7] libqtest: Clean up unused QTestState member


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 1/7] libqtest: Clean up unused QTestState member sigact_old
Date: Fri, 18 Sep 2015 09:36:04 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 09/18/2015 06:00 AM, Markus Armbruster wrote:
> Unused since commit d766825.
> 
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  tests/libqtest.c | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Eric Blake <address@hidden>

> 
> 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;
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]