mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Remove AsmDialect::Other
Added in #35174, this was already unused (and new uses have not been introduced since then).
This commit is contained in:
parent
f043c8fa48
commit
fc163ed4ee
@ -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,
|
||||
}
|
||||
|
@ -388,7 +388,6 @@ LLVMRustBuildAtomicFence(LLVMBuilderRef B, LLVMAtomicOrdering Order,
|
||||
}
|
||||
|
||||
enum class LLVMRustAsmDialect {
|
||||
Other,
|
||||
Att,
|
||||
Intel,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user