From patchwork Fri Jan 18 18:30:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 213726 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 596DD2C007A for ; Sat, 19 Jan 2013 05:44:05 +1100 (EST) Received: from localhost ([::1]:39304 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwGv5-0002MK-BK for incoming@patchwork.ozlabs.org; Fri, 18 Jan 2013 13:44:03 -0500 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?= To: qemu-devel@nongnu.org Date: Fri, 18 Jan 2013 19:30:13 +0100 Message-Id: <1358533813-3542-1-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 195.135.220.15 Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PATCH qom-cpu for-1.4] cpu-defs.h: Drop qemu_work_item prototype X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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ärber --- include/exec/cpu-defs.h | 2 -- 1 Datei geändert, 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 -struct qemu_work_item; - typedef struct CPUBreakpoint { target_ulong pc; int flags; /* BP_* */