Skip to content

Commit

Permalink
Remove AsmDialect::Other
Browse files Browse the repository at this point in the history
Added in #35174, this was already unused (and new uses have not been introduced
since then).
  • Loading branch information
Mark-Simulacrum committed Aug 12, 2020
1 parent f043c8f commit fc163ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/librustc_codegen_llvm/llvm/ffi.rs
Expand Up @@ -384,9 +384,6 @@ pub enum MetadataType {
#[derive(Copy, Clone)]
#[repr(C)]
pub enum AsmDialect {
// FIXME: figure out if this variant is needed at all.
#[allow(dead_code)]
Other,
Att,
Intel,
}
Expand Down
1 change: 0 additions & 1 deletion src/rustllvm/RustWrapper.cpp
Expand Up @@ -388,7 +388,6 @@ LLVMRustBuildAtomicFence(LLVMBuilderRef B, LLVMAtomicOrdering Order,
}

enum class LLVMRustAsmDialect {
Other,
Att,
Intel,
};
Expand Down

0 comments on commit fc163ed

Please sign in to comment.