mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Delete commented-out line
This commit is contained in:
parent
38b03282fd
commit
638c56442c
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue