diff options
| author | gingerBill <bill@gingerbill.org> | 2024-05-07 12:00:25 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-05-07 12:00:25 +0100 |
| commit | 8d654d9c6d91b4284f3971f7624eca7ecbf064ce (patch) | |
| tree | 13f6e4d88514675b31ddcc6014ba03f46fc59a71 /src/entity.cpp | |
| parent | c55b3d49b5b158953ad7eebe11b94a408ee89003 (diff) | |
| parent | 0cec2d7827a537557555bf6c92c2f090113806a4 (diff) | |
Merge branch 'master' into update-tilde
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index a12e1d0a6..d76d5f441 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -252,10 +252,8 @@ struct Entity { bool is_foreign : 1; bool is_export : 1; bool generated_from_polymorphic : 1; - bool target_feature_disabled : 1; bool entry_point_only : 1; bool has_instrumentation : 1; - String target_feature; } Procedure; struct { Array<Entity *> entities; @@ -502,4 +500,4 @@ gb_internal bool is_entity_local_variable(Entity *e) { return ((e->scope->flags &~ ScopeFlag_ContextDefined) == 0) || (e->scope->flags & ScopeFlag_Proc) != 0; -}
\ No newline at end of file +} |