aboutsummaryrefslogtreecommitdiff
path: root/target-s390x/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-s390x/exec.h')
-rw-r--r--target-s390x/exec.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/target-s390x/exec.h b/target-s390x/exec.h
index 13dc7dd066..8ac3d8d29f 100644
--- a/target-s390x/exec.h
+++ b/target-s390x/exec.h
@@ -35,14 +35,6 @@ static inline int cpu_has_work(CPUState *env)
return env->interrupt_request & CPU_INTERRUPT_HARD; // guess
}
-static inline void regs_to_env(void)
-{
-}
-
-static inline void env_to_regs(void)
-{
-}
-
static inline int cpu_halted(CPUState *env)
{
if (!env->halted) {