diff options
| author | Damien George <damien.p.george@gmail.com> | 2019-11-26 21:36:41 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2019-11-26 21:36:41 +1100 |
| commit | 01e5802ee39d8c5c18b2f24291776b6e9128d077 (patch) | |
| tree | 25eb2c2d94ea715e054c9514ac2c96b0aa4f8dcd /py/lexer.h | |
| parent | 797c2e8fc23ceeb9d6ce5079e2f82ee7b3431bee (diff) | |
py: Remove 3 obsolete commented-out lines from header files.
Diffstat (limited to 'py/lexer.h')
| -rw-r--r-- | py/lexer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/lexer.h b/py/lexer.h index 34126a08f..b9f97013a 100644 --- a/py/lexer.h +++ b/py/lexer.h @@ -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, |
