Skip to content

Commit fc163ed

Browse files
Remove AsmDialect::Other
Added in #35174, this was already unused (and new uses have not been introduced since then).
1 parent f043c8f commit fc163ed

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/librustc_codegen_llvm/llvm/ffi.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,6 @@ pub enum MetadataType {
384384
#[derive(Copy, Clone)]
385385
#[repr(C)]
386386
pub enum AsmDialect {
387-
// FIXME: figure out if this variant is needed at all.
388-
#[allow(dead_code)]
389-
Other,
390387
Att,
391388
Intel,
392389
}

src/rustllvm/RustWrapper.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ LLVMRustBuildAtomicFence(LLVMBuilderRef B, LLVMAtomicOrdering Order,
388388
}
389389

390390
enum class LLVMRustAsmDialect {
391-
Other,
392391
Att,
393392
Intel,
394393
};

0 commit comments

Comments
 (0)