From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwGux-0002Eo-9h for qemu-devel@nongnu.org; Fri, 18 Jan 2013 13:43:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwGuw-0006um-1q for qemu-devel@nongnu.org; Fri, 18 Jan 2013 13:43:55 -0500 Received: from cantor2.suse.de ([195.135.220.15]:50882 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwGuv-0006uQ-Qd for qemu-devel@nongnu.org; Fri, 18 Jan 2013 13:43:53 -0500 Received: from relay2.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id D110DA341E for ; Fri, 18 Jan 2013 19:30:17 +0100 (CET) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Fri, 18 Jan 2013 19:30:13 +0100 Message-Id: <1358533813-3542-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH qom-cpu for-1.4] cpu-defs.h: Drop qemu_work_item prototype List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= Commit c64ca8140e9c21cd0d44c10fbe1247cb4ade8e6e (cpu: Move queued_work_{first,last} to CPUState) moved the qemu_work_item fields away. Clean up the now unused prototype. Signed-off-by: Andreas F=C3=A4rber --- include/exec/cpu-defs.h | 2 -- 1 Datei ge=C3=A4ndert, 2 Zeilen entfernt(-) diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index d0cf85a..2911b9f 100644 --- a/include/exec/cpu-defs.h +++ b/include/exec/cpu-defs.h @@ -134,8 +134,6 @@ typedef struct icount_decr_u16 { } icount_decr_u16; #endif =20 -struct qemu_work_item; - typedef struct CPUBreakpoint { target_ulong pc; int flags; /* BP_* */ --=20 1.7.10.4