aboutsummaryrefslogtreecommitdiff
path: root/src/parse/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/files.h')
-rw-r--r--src/parse/files.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/files.h b/src/parse/files.h
index 3073449e..ebebc20c 100644
--- a/src/parse/files.h
+++ b/src/parse/files.h
@@ -12,4 +12,3 @@ ast_t *parse_file(const char *path, jmp_buf *on_err);
ast_t *parse_file_body(parse_ctx_t *ctx, const char *pos);
ast_t *parse_use(parse_ctx_t *ctx, const char *pos);
-ast_t *parse_extern(parse_ctx_t *ctx, const char *pos);