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-cris/exec.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'target-cris') diff --git a/target-cris/exec.h b/target-cris/exec.h index 0b6c5eb..728aa80 100644 --- a/target-cris/exec.h +++ b/target-cris/exec.h @@ -24,14 +24,6 @@ register struct CPUCRISState *env asm(AREG0); #include "cpu.h" #include "exec-all.h" -static inline void env_to_regs(void) -{ -} - -static inline void regs_to_env(void) -{ -} - #if !defined(CONFIG_USER_ONLY) #include "softmmu_exec.h" #endif -- cgit v1.1