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-alpha/exec.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'target-alpha') diff --git a/target-alpha/exec.h b/target-alpha/exec.h index 3533eb1719..66526e24bc 100644 --- a/target-alpha/exec.h +++ b/target-alpha/exec.h @@ -39,14 +39,6 @@ register struct CPUAlphaState *env asm(AREG0); #include "softmmu_exec.h" #endif /* !defined(CONFIG_USER_ONLY) */ -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 & CPU_INTERRUPT_HARD); -- cgit v1.2.3-55-g7522