Skip to content

Commit

Permalink
lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h.
Browse files Browse the repository at this point in the history
It was made obsolete by commit c98c128.

Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge authored and pfalcon committed Jun 7, 2021
1 parent 972659e commit a3467b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils/pyexec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a3467b6

Please sign in to comment.