mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-02 14:48:20 +00: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