Correct odin doc default parameter value init_string generation

This commit is contained in:
gingerBill
2021-12-03 11:46:54 +00:00
parent db42a2db47
commit 6ce5608003
3 changed files with 6 additions and 3 deletions

View File

@@ -166,7 +166,6 @@ struct Entity {
i32 field_index;
ParameterValue param_value;
Ast * param_expr;
String thread_local_model;
Entity * foreign_library;