From patchwork Sat Feb 16 15:45:40 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: 220991 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 099882C0080 for ; Sun, 17 Feb 2013 04:16:26 +1100 (EST) Received: from localhost ([::1]:44784 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6lNA-0003sd-3O for incoming@patchwork.ozlabs.org; Sat, 16 Feb 2013 12:16:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6k1k-0005Io-Jh for qemu-devel@nongnu.org; Sat, 16 Feb 2013 10:50:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6k1Q-0002Zh-Uv for qemu-devel@nongnu.org; Sat, 16 Feb 2013 10:50:00 -0500 Received: from cantor2.suse.de ([195.135.220.15]:40454 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6k1Q-0002ZV-Mg for qemu-devel@nongnu.org; Sat, 16 Feb 2013 10:49:52 -0500 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 0812EA4EB7; Sat, 16 Feb 2013 16:49:52 +0100 (CET) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Sat, 16 Feb 2013 16:45:40 +0100 Message-Id: <1361029542-8412-46-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1361029542-8412-1-git-send-email-afaerber@suse.de> References: <1361029542-8412-1-git-send-email-afaerber@suse.de> 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: Michael Walle , =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PATCH 45/47] target-lm32: Drop unused cpu_lm32_close() 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 It was never implemented. Signed-off-by: Andreas Färber --- target-lm32/cpu.h | 1 - 1 Datei geändert, 1 Zeile entfernt(-) diff --git a/target-lm32/cpu.h b/target-lm32/cpu.h index 4e202db..6948d0e 100644 --- a/target-lm32/cpu.h +++ b/target-lm32/cpu.h @@ -189,7 +189,6 @@ struct CPULM32State { LM32CPU *cpu_lm32_init(const char *cpu_model); void cpu_lm32_list(FILE *f, fprintf_function cpu_fprintf); int cpu_lm32_exec(CPULM32State *s); -void cpu_lm32_close(CPULM32State *s); void do_interrupt(CPULM32State *env); /* you can call this signal handler from your SIGBUS and SIGSEGV signal handlers to inform the virtual CPU of exceptions. non zero