From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi40l-0008W3-UN for qemu-devel@nongnu.org; Fri, 02 Oct 2015 13:20:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zi40k-0006mz-Qi for qemu-devel@nongnu.org; Fri, 02 Oct 2015 13:20:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi40k-0006mr-LJ for qemu-devel@nongnu.org; Fri, 02 Oct 2015 13:20:46 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 398A6C0B64D9 for ; Fri, 2 Oct 2015 17:20:46 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-59.ams2.redhat.com [10.36.116.59]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t92HKijN026449 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 2 Oct 2015 13:20:45 -0400 From: Markus Armbruster Date: Fri, 2 Oct 2015 19:20:36 +0200 Message-Id: <1443806441-23519-6-git-send-email-armbru@redhat.com> In-Reply-To: <1443806441-23519-1-git-send-email-armbru@redhat.com> References: <1443806441-23519-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 05/10] 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