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-sparc/exec.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'target-sparc') diff --git a/target-sparc/exec.h b/target-sparc/exec.h index 3e021e9..70df828 100644 --- a/target-sparc/exec.h +++ b/target-sparc/exec.h @@ -13,14 +13,6 @@ register struct CPUSPARCState *env asm(AREG0); #include "cpu.h" #include "exec-all.h" -static inline void env_to_regs(void) -{ -} - -static inline void regs_to_env(void) -{ -} - /* op_helper.c */ void do_interrupt(CPUState *env); -- cgit v1.1