diff options
author | Damien George <damien@micropython.org> | 2021-04-24 00:10:59 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-04-24 00:10:59 +1000 |
commit | 530c76f6caee9445f468380f58b98f4e3ceda759 (patch) | |
tree | f2ff5c80f597a311cb6e1749866c48de0e083f14 /lib/utils/pyexec.h | |
parent | a1bc32d8a8fbb09bc04c2ca07b10475f7ddde8c3 (diff) | |
download | micropython-530c76f6caee9445f468380f58b98f4e3ceda759.tar.gz micropython-530c76f6caee9445f468380f58b98f4e3ceda759.zip |
lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h.
It was made obsolete by commit c98c128fe885e539ecd73843756340f8950115c8.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'lib/utils/pyexec.h')
-rw-r--r-- | lib/utils/pyexec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils/pyexec.h b/lib/utils/pyexec.h index f69c5ce9a8..981e7dca9f 100644 --- a/lib/utils/pyexec.h +++ b/lib/utils/pyexec.h @@ -41,7 +41,6 @@ extern pyexec_mode_kind_t pyexec_mode_kind; extern int pyexec_system_exit; #define PYEXEC_FORCED_EXIT (0x100) -#define PYEXEC_SWITCH_MODE (0x200) int pyexec_raw_repl(void); int pyexec_friendly_repl(void); |