From 96fc9138d4e238512896a00d59d3f1dca76e5df1 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 29 Jul 2018 11:29:20 +0100 Subject: Do `using Foo :: enum` at the `type_decl` stage --- src/types.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/types.cpp') 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 variants; \ -- cgit v1.2.3