Skip to content

Commit df82582

Browse files
authored
Update builder.rs
1 parent 27340f4 commit df82582

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
@@ -372,7 +372,6 @@ impl<'a, 'gcc, 'tcx> Builder<'a, 'gcc, 'tcx> {
372372
let orig_args = args;
373373
let args = {
374374
let function_address_names = self.function_address_names.borrow();
375-
let original_function_name = function_address_names.get(&func_ptr);
376375
func_ptr = llvm::adjust_function(self.context, &func_name, func_ptr, args);
377376
llvm::adjust_intrinsic_arguments(
378377
self,

0 commit comments

Comments
 (0)