openrisc: cpu: Remove unused cpu_get_pc
This function is not used by anything. Remove. Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
4d850406a8
commit
553029351b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user