mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 17:32:22 -07:00
Correct parapoly determination of generated internal type of a map
This commit is contained in:
@@ -227,7 +227,6 @@ struct TypeProc {
|
||||
Type *key; \
|
||||
Type *value; \
|
||||
Type *entry_type; \
|
||||
Type *generated_struct_type; \
|
||||
Type *internal_type; \
|
||||
Type *lookup_result_type; \
|
||||
}) \
|
||||
|
||||
Reference in New Issue
Block a user