From 553029351bac9f5b4f9ea72793e55f02e7677ec2 Mon Sep 17 00:00:00 2001 From: Peter Crosthwaite Date: Thu, 30 Apr 2015 00:38:52 -0700 Subject: openrisc: cpu: Remove unused cpu_get_pc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This function is not used by anything. Remove. Signed-off-by: Peter Crosthwaite Reviewed-by: Alex Bennée Signed-off-by: Michael Tokarev --- target-openrisc/cpu.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'target-openrisc') diff --git a/target-openrisc/cpu.h b/target-openrisc/cpu.h index b25324bc89..9e23cd0500 100644 --- a/target-openrisc/cpu.h +++ b/target-openrisc/cpu.h @@ -415,9 +415,4 @@ static inline int cpu_mmu_index(CPUOpenRISCState *env) #include "exec/exec-all.h" -static inline target_ulong cpu_get_pc(CPUOpenRISCState *env) -{ - return env->pc; -} - #endif /* CPU_OPENRISC_H */ -- cgit v1.2.1