From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STdWp-00081P-Bx for qemu-devel@nongnu.org; Sun, 13 May 2012 14:28:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STdWn-0007Xy-Hn for qemu-devel@nongnu.org; Sun, 13 May 2012 14:28:22 -0400 Received: from cantor2.suse.de ([195.135.220.15]:38453 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STdWn-0007Xc-B1 for qemu-devel@nongnu.org; Sun, 13 May 2012 14:28:21 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sun, 13 May 2012 20:27:39 +0200 Message-Id: <1336933665-3867-2-git-send-email-afaerber@suse.de> In-Reply-To: <1336933665-3867-1-git-send-email-afaerber@suse.de> References: <1336933665-3867-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 1/7] target-mips: Remove commented-out function declaration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno , =?UTF-8?q?Andreas=20F=C3=A4rber?= , anthony@codemonkey.ws There is no function cpu_mips_get_clock(), so drop it. Signed-off-by: Andreas F=C3=A4rber Acked-by: Stefan Weil --- target-mips/cpu.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/target-mips/cpu.h b/target-mips/cpu.h index c0f8826..44c1152 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -627,7 +627,6 @@ enum { =20 int cpu_mips_exec(CPUMIPSState *s); CPUMIPSState *cpu_mips_init(const char *cpu_model); -//~ uint32_t cpu_mips_get_clock (void); int cpu_mips_signal_handler(int host_signum, void *pinfo, void *puc); =20 /* mips_timer.c */ --=20 1.7.7