diff options
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, |