summaryrefslogtreecommitdiffstatshomepage
path: root/unix/lexerunix.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/lexerunix.h')
-rw-r--r--unix/lexerunix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/lexerunix.h b/unix/lexerunix.h
deleted file mode 100644
index d86f202d53..0000000000
--- a/unix/lexerunix.h
+++ /dev/null
@@ -1,2 +0,0 @@
-mp_lexer_t *mp_lexer_new_from_str_len(const char *src_name, const char *str, uint len, bool free_str);
-mp_lexer_t *mp_lexer_new_from_file(const char *filename);