Skip to content

Commit a9b05b3

Browse files
committed
Update codegen.rs
1 parent e332ad9 commit a9b05b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4251,7 +4251,7 @@ impl<'ctx> Codegen<'ctx> {
42514251
.unwrap();
42524252
let file_ptr = self.extract_call_value(file_call).into_pointer_value();
42534253

4254-
let null = self.context.ptr_type(AddressSpace::default()).const_null();
4254+
let _null = self.context.ptr_type(AddressSpace::default()).const_null();
42554255
let is_null = self.builder.build_is_null(file_ptr, "is_null").unwrap();
42564256

42574257
let success_block = self

0 commit comments

Comments
 (0)