Commit 55302935 authored by Peter Crosthwaite's avatar Peter Crosthwaite Committed by Michael Tokarev
Browse files

openrisc: cpu: Remove unused cpu_get_pc



This function is not used by anything. Remove.

Signed-off-by: default avatarPeter Crosthwaite <crosthwaite.peter@gmail.com>
Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent 4d850406
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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 */