qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/7] target-mips: Remove commented-out function decl


From: Andreas Färber
Subject: [Qemu-devel] [PATCH 1/7] target-mips: Remove commented-out function declaration
Date: Sun, 13 May 2012 20:27:39 +0200

There is no function cpu_mips_get_clock(), so drop it.

Signed-off-by: Andreas Färber <address@hidden>
Acked-by: Stefan Weil <address@hidden>
---
 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 {
 
 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);
 
 /* mips_timer.c */
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]