summaryrefslogtreecommitdiff
path: root/py/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/lexer.h')
-rw-r--r--py/lexer.h2
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,