aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend_general.cpp
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2024-04-01 16:53:56 +0100
committerGitHub <noreply@github.com>2024-04-01 16:53:56 +0100
commit406aa587e279986613d04997a21c4dcd26f3e6c2 (patch)
tree474ea3cc2ab88db2a425b325ff1d35cf14e52fdf /src/llvm_backend_general.cpp
parentbb72ff9c35499078ef5ce22e905ddf919bcc531c (diff)
parent7c2352ea083132bbe28e41bd958eb6608c4c1986 (diff)
Merge pull request #3358 from laytan/debug-info-fixes
debug info fixes/refactor
Diffstat (limited to 'src/llvm_backend_general.cpp')
-rw-r--r--src/llvm_backend_general.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/llvm_backend_general.cpp b/src/llvm_backend_general.cpp
index a77e2ad15..889cb8822 100644
--- a/src/llvm_backend_general.cpp
+++ b/src/llvm_backend_general.cpp
@@ -81,7 +81,6 @@ gb_internal void lb_init_module(lbModule *m, Checker *c) {
array_init(&m->global_procedures_and_types_to_create, a, 0, 1024);
array_init(&m->missing_procedures_to_check, a, 0, 16);
map_init(&m->debug_values);
- array_init(&m->debug_incomplete_types, a, 0, 1024);
string_map_init(&m->objc_classes);
string_map_init(&m->objc_selectors);