]> xenbits.xensource.com Git - qemu-upstream-4.3-testing.git/commitdiff
target-mips: Remove commented-out function declaration
authorAndreas Färber <afaerber@suse.de>
Sat, 5 May 2012 11:35:40 +0000 (13:35 +0200)
committerAndreas Färber <afaerber@suse.de>
Sat, 12 May 2012 12:17:52 +0000 (14:17 +0200)
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>
target-mips/cpu.h

index c0f882659c72a993d34487792fa7261b8322724a..44c1152a3adb0037376804fb667d0022f6661f7d 100644 (file)
@@ -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 */