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-microblaze/exec.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'target-microblaze') diff --git a/target-microblaze/exec.h b/target-microblaze/exec.h index 552f6224d..646701c21 100644 --- a/target-microblaze/exec.h +++ b/target-microblaze/exec.h @@ -23,14 +23,6 @@ register struct CPUMBState *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.2.3