diff --git a/compiler/gen/src/llvm/build_list.rs b/compiler/gen/src/llvm/build_list.rs index ab0e766f0e..e70d057bd1 100644 --- a/compiler/gen/src/llvm/build_list.rs +++ b/compiler/gen/src/llvm/build_list.rs @@ -1,9 +1,6 @@ -use crate::llvm::build::{ - allocate_with_refcount_help, build_num_binop, cast_basic_basic, Env, InPlace, -}; +use crate::llvm::build::{allocate_with_refcount_help, build_num_binop, Env, InPlace}; use crate::llvm::compare::build_eq; use crate::llvm::convert::{basic_type_from_layout, collection, get_ptr_type, ptr_int}; -use crate::llvm::refcounting::PointerToRefcount; use inkwell::builder::Builder; use inkwell::context::Context; use inkwell::types::{BasicTypeEnum, PointerType};