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 /core/runtime | |
| parent | 6512a3e5f24a3aecb1451f921455a93231412104 (diff) | |
Do `using Foo :: enum` at the `type_decl` stage
Diffstat (limited to 'core/runtime')
| -rw-r--r-- | core/runtime/core.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/runtime/core.odin b/core/runtime/core.odin index fee2780a7..106318533 100644 --- a/core/runtime/core.odin +++ b/core/runtime/core.odin @@ -88,7 +88,6 @@ Type_Info_Enum :: struct { base: ^Type_Info, names: []string, values: []Type_Info_Enum_Value, - is_using: bool, // TODO(bill): Should this be in the `Type_Info`? }; Type_Info_Map :: struct { key: ^Type_Info, |