Delete commented-out line

This commit is contained in:
Richard Feldman 2022-01-22 22:41:41 -05:00 committed by GitHub
parent 38b03282fd
commit 638c56442c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1477,7 +1477,6 @@ pub fn tag_alloca<'a, 'ctx, 'env>(
basic_type: BasicTypeEnum<'ctx>, basic_type: BasicTypeEnum<'ctx>,
name: &str, name: &str,
) -> PointerValue<'ctx> { ) -> PointerValue<'ctx> {
// let result_alloca = env.builder.build_alloca(basic_type, name);
let parent = env let parent = env
.builder .builder
.get_insert_block() .get_insert_block()