From: Thomas Huth Date: Tue, 17 Jan 2017 13:37:49 +0000 (+0100) Subject: ppc: Remove unused function cpu_ppc601_rtc_init() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d9d6e78ea82b16a44fca0adf642ca5d5dad429d0;p=qemu.git ppc: Remove unused function cpu_ppc601_rtc_init() It is completely unused, thus it can be removed without problems. Signed-off-by: Thomas Huth Signed-off-by: David Gibson --- diff --git a/hw/ppc/ppc.c b/hw/ppc/ppc.c index 8945869009..f9a4b51d64 100644 --- a/hw/ppc/ppc.c +++ b/hw/ppc/ppc.c @@ -950,13 +950,6 @@ clk_setup_cb cpu_ppc_tb_init (CPUPPCState *env, uint32_t freq) } /* Specific helpers for POWER & PowerPC 601 RTC */ -#if 0 -static clk_setup_cb cpu_ppc601_rtc_init (CPUPPCState *env) -{ - return cpu_ppc_tb_init(env, 7812500); -} -#endif - void cpu_ppc601_store_rtcu (CPUPPCState *env, uint32_t value) { _cpu_ppc_store_tbu(env, value);