remve unused import

This commit is contained in:
Fabian Schmalzried 2024-03-26 15:11:32 +01:00
parent 546cb17fb9
commit 609a8091c4
No known key found for this signature in database
GPG key ID: D691D5DA4CEF42E7

View file

@ -54,7 +54,6 @@ use crate::llvm::{
LLVM_SUB_WITH_OVERFLOW,
},
refcounting::PointerToRefcount,
struct_::struct_from_fields,
};
use super::{build::Env, convert::zig_dec_type};