diff options
| author | gingerBill <bill@gingerbill.org> | 2023-01-02 15:40:25 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-01-02 15:40:25 +0000 |
| commit | fa562ec5d60319f5cd7e85bb337bd21feb7ceeb8 (patch) | |
| tree | 00e7f2148c79fe226298821e522874fbc5b1e0b4 /src/llvm_backend.hpp | |
| parent | 529383f5b17d74f66bebb8679820a69476635b6a (diff) | |
Remove unneeded `local_entity_map`
Diffstat (limited to 'src/llvm_backend.hpp')
| -rw-r--r-- | src/llvm_backend.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/llvm_backend.hpp b/src/llvm_backend.hpp index 50fb5701f..9f7caa3bb 100644 --- a/src/llvm_backend.hpp +++ b/src/llvm_backend.hpp @@ -301,7 +301,6 @@ struct lbProcedure { lbBlock * curr_block; lbTargetList * target_list; PtrMap<Entity *, lbValue> direct_parameters; - PtrMap<Entity *, lbValue> local_entity_map; Ast *curr_stmt; |