Skip to content

Commit 0d61104

Browse files
Remove unnecessary llvm_util import
1 parent bed624d commit 0d61104

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_codegen_llvm/src/builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use crate::attributes;
33
use crate::common::Funclet;
44
use crate::context::CodegenCx;
55
use crate::llvm::{self, AtomicOrdering, AtomicRmwBinOp, BasicBlock, False, True};
6-
use crate::llvm_util;
76
use crate::type_::Type;
87
use crate::type_of::LayoutLlvmExt;
98
use crate::value::Value;

0 commit comments

Comments
 (0)