diff options
| author | gingerBill <bill@gingerbill.org> | 2018-07-29 11:29:20 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-07-29 11:29:20 +0100 |
| commit | 96fc9138d4e238512896a00d59d3f1dca76e5df1 (patch) | |
| tree | 57a9969f4f9e61110ce051f097b8e4704f37d0b1 /src/types.cpp | |
| parent | 6512a3e5f24a3aecb1451f921455a93231412104 (diff) | |
Do `using Foo :: enum` at the `type_decl` stage
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp index e0ab91e90..240224059 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -135,7 +135,6 @@ struct TypeStruct { Scope * scope; \ Entity * names; \ Type * base_type; \ - bool is_using; \ }) \ TYPE_KIND(Union, struct { \ Array<Type *> variants; \ |