Skip to content

Commit b9a9356

Browse files
authored
Update builder.rs
1 parent df82582 commit b9a9356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ impl<'a, 'gcc, 'tcx> Builder<'a, 'gcc, 'tcx> {
371371
let previous_arg_count = args.len();
372372
let orig_args = args;
373373
let args = {
374-
let function_address_names = self.function_address_names.borrow();
375374
func_ptr = llvm::adjust_function(self.context, &func_name, func_ptr, args);
376375
llvm::adjust_intrinsic_arguments(
377376
self,

0 commit comments

Comments
 (0)