Skip to content

Commit 042fd8c

Browse files
committed
Remove some unused glob re-exports
These were detected by temporarily making `mod llvm` non-public.
1 parent 65d7e69 commit 042fd8c

File tree

1 file changed

+0
-4
lines changed
  • compiler/rustc_codegen_llvm/src/llvm

1 file changed

+0
-4
lines changed

compiler/rustc_codegen_llvm/src/llvm/mod.rs

-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ use libc::c_uint;
1010
use rustc_abi::{Align, Size, WrappingRange};
1111
use rustc_llvm::RustString;
1212

13-
pub use self::AtomicRmwBinOp::*;
1413
pub use self::CallConv::*;
1514
pub use self::CodeGenOptSize::*;
16-
pub use self::IntPredicate::*;
17-
pub use self::Linkage::*;
1815
pub use self::MetadataType::*;
19-
pub use self::RealPredicate::*;
2016
pub use self::ffi::*;
2117
use crate::common::AsCCharPtr;
2218

0 commit comments

Comments
 (0)