From 49a945a3c0107463de3e57394622eff251e52fc4 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 15 Jan 2010 08:56:35 +0100 Subject: kill regs_to_env and env_to_regs Signed-off-by: Paolo Bonzini Signed-off-by: Anthony Liguori --- target-arm/exec.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'target-arm') diff --git a/target-arm/exec.h b/target-arm/exec.h index e9848e1d89..0225c3fcd3 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -26,14 +26,6 @@ register struct CPUARMState *env asm(AREG0); #include "cpu.h" #include "exec-all.h" -static inline void env_to_regs(void) -{ -} - -static inline void regs_to_env(void) -{ -} - static inline int cpu_has_work(CPUState *env) { return (env->interrupt_request & -- cgit v1.2.3