aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend_debug.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-03-09 15:39:41 +0000
committergingerBill <bill@gingerbill.org>2023-03-09 15:39:41 +0000
commit7c0257fcdad00cbb66d1d089715ec0ad684fd4c0 (patch)
treeb950281055dd6635ff24f10fddce8049049d29a9 /src/llvm_backend_debug.cpp
parent9af6d6c9c69bb3f913e08a309d389737ca09080e (diff)
Fix value elision on declaration
Diffstat (limited to 'src/llvm_backend_debug.cpp')
-rw-r--r--src/llvm_backend_debug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/llvm_backend_debug.cpp b/src/llvm_backend_debug.cpp
index f65656494..fd26c41a0 100644
--- a/src/llvm_backend_debug.cpp
+++ b/src/llvm_backend_debug.cpp
@@ -989,7 +989,6 @@ gb_internal void lb_add_debug_local_variable(lbProcedure *p, LLVMValueRef ptr, T
return;
}
-
AstFile *file = p->body->file();
LLVMMetadataRef llvm_scope = lb_get_current_debug_scope(p);