diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-04-13 21:51:57 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-04-13 21:51:57 +0200 |
| commit | bb38775fb148c40c785722d557444491ab28d7f3 (patch) | |
| tree | b6738a25cfcd493ef219fcc57a6c7a25cf7d04a8 /base/runtime | |
| parent | ddcd7a368b5730e647ac5c170474001001817f10 (diff) | |
Remove Type_Info_Tuple
Diffstat (limited to 'base/runtime')
| -rw-r--r-- | base/runtime/core.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/runtime/core.odin b/base/runtime/core.odin index 5ab8a7008..1dadbbf6f 100644 --- a/base/runtime/core.odin +++ b/base/runtime/core.odin @@ -110,7 +110,6 @@ Type_Info_Parameters :: struct { // Only used for procedures parameters and resu types: []^Type_Info, names: []string, } -Type_Info_Tuple :: Type_Info_Parameters // Will be removed eventually Type_Info_Struct_Flags :: distinct bit_set[Type_Info_Struct_Flag; u8] Type_Info_Struct_Flag :: enum u8 { |