diff options
| author | gingerBill <bill@gingerbill.org> | 2022-05-14 14:44:24 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-05-14 14:44:24 +0100 |
| commit | 5bc866e420d8eb9e909db71e230d1283c6116d7e (patch) | |
| tree | b317ce832658efc1b2131e3c20e7dfb78072085f /src/parser.hpp | |
| parent | 5af7004f442c9790b176b46053185c42f9d65704 (diff) | |
Allow for `import _ "foo"` to allow for `@(init)` procedures; Remove `using import` code
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index c7b4fd0d8..698ed7623 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -585,7 +585,6 @@ AST_KIND(_DeclBegin, "", bool) \ Token import_name; \ CommentGroup *docs; \ CommentGroup *comment; \ - bool is_using; \ }) \ AST_KIND(ForeignImportDecl, "foreign import declaration", struct { \ Token token; \ |