aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-07-29 11:29:20 +0100
committergingerBill <bill@gingerbill.org>2018-07-29 11:29:20 +0100
commit96fc9138d4e238512896a00d59d3f1dca76e5df1 (patch)
tree57a9969f4f9e61110ce051f097b8e4704f37d0b1 /src/types.cpp
parent6512a3e5f24a3aecb1451f921455a93231412104 (diff)
Do `using Foo :: enum` at the `type_decl` stage
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp1
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; \