diff options
author | Andreas Färber <afaerber@suse.de> | 2012-05-05 13:35:40 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-05-12 14:17:52 +0200 |
commit | bed38e425f651ec20a64c73cd7410bd529b81218 (patch) | |
tree | c12f1a3ea5e468a775ccd32f9a855d84dd431bb6 | |
parent | 94d1991445fa3582c042ee4e5b72606e2fc39cc2 (diff) |
target-mips: Remove commented-out function declaration
There is no function cpu_mips_get_clock(), so drop it.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Stefan Weil <sw@weilnetz.de>
-rw-r--r-- | 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 c0f882659c..44c1152a3a 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 */ |