From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkYmz-0007w4-3B for qemu-devel@nongnu.org; Fri, 09 Oct 2015 10:36:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkYmy-0003Sn-67 for qemu-devel@nongnu.org; Fri, 09 Oct 2015 10:36:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkYmy-0003ST-0a for qemu-devel@nongnu.org; Fri, 09 Oct 2015 10:36:52 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id B89F3C0C3865 for ; Fri, 9 Oct 2015 14:36:51 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-33.ams2.redhat.com [10.36.116.33]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t99EaoXd008118 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 9 Oct 2015 10:36:51 -0400 From: Markus Armbruster Date: Fri, 9 Oct 2015 16:36:42 +0200 Message-Id: <1444401407-7849-8-git-send-email-armbru@redhat.com> In-Reply-To: <1444401407-7849-1-git-send-email-armbru@redhat.com> References: <1444401407-7849-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL v3 07/12] libqtest: Clean up unused QTestState member sigact_old List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Unused since commit d766825. Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake Message-Id: <1443689999-12182-6-git-send-email-armbru@redhat.com> Reviewed-by: Thomas Huth --- 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; -- 2.4.3