summaryrefslogtreecommitdiff
path: root/target-m68k/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-m68k/exec.h')
-rw-r--r--target-m68k/exec.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/target-m68k/exec.h b/target-m68k/exec.h
index 9aad5fa1ec..1267bb600f 100644
--- a/target-m68k/exec.h
+++ b/target-m68k/exec.h
@@ -28,14 +28,6 @@ register uint32_t T0 asm(AREG1);
#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