diff options
| author | gingerBill <bill@gingerbill.org> | 2021-12-03 11:46:54 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-12-03 11:46:54 +0000 |
| commit | 6ce5608003e630bc0de1c591fd4cbea3fe59e1d3 (patch) | |
| tree | 2ab596dd5ce9721d9844f26467a23b593a6ea43a /src/entity.cpp | |
| parent | db42a2db47550181998a348b9a2ec7ca1979c702 (diff) | |
Correct `odin doc` default parameter value `init_string` generation
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index ef4f7e0fa..b39ffc63a 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -166,7 +166,6 @@ struct Entity { i32 field_index; ParameterValue param_value; - Ast * param_expr; String thread_local_model; Entity * foreign_library; |