Skip to content

Commit f6c306d

Browse files
committed
rustc_trans: remove unused duplicate definition of OutputType.
1 parent 7648776 commit f6c306d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/librustc_trans/back/write.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ use std::sync::mpsc::channel;
3636
use std::thread;
3737
use libc::{self, c_uint, c_int, c_void};
3838

39-
#[derive(Clone, Copy, PartialEq, PartialOrd, Ord, Eq)]
40-
pub enum OutputType {
41-
OutputTypeBitcode,
42-
OutputTypeAssembly,
43-
OutputTypeLlvmAssembly,
44-
OutputTypeObject,
45-
OutputTypeExe,
46-
}
47-
4839
pub fn llvm_err(handler: &diagnostic::Handler, msg: String) -> ! {
4940
unsafe {
5041
let cstr = llvm::LLVMRustGetLastError();

0 commit comments

Comments
 (0)