py: Remove 3 obsolete commented-out lines from header files.

This commit is contained in:
Damien George
2019-11-26 21:36:41 +11:00
parent 797c2e8fc2
commit 01e5802ee3
3 changed files with 0 additions and 4 deletions

View File

@@ -184,8 +184,6 @@ void mp_lexer_to_next(mp_lexer_t *lex);
// platform specific import function; must be implemented for a specific port
// TODO tidy up, rename, or put elsewhere
//mp_lexer_t *mp_import_open_file(qstr mod_name);
typedef enum {
MP_IMPORT_STAT_NO_EXIST,
MP_IMPORT_STAT_DIR,