diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-08-12 11:58:58 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-08-12 11:59:17 -0400 |
| commit | fc163ed4eed34a4dcd32eb24a48502c5d572f120 (patch) | |
| tree | ab2631b6b8a2bd21263ef9725cb77d108f1d2d29 /src/librustc_codegen_llvm/llvm/ffi.rs | |
| parent | f043c8fa488a2f3a0078cf4ee025125f5874ea5c (diff) | |
| download | rust-fc163ed4eed34a4dcd32eb24a48502c5d572f120.tar.gz rust-fc163ed4eed34a4dcd32eb24a48502c5d572f120.zip | |
Remove AsmDialect::Other
Added in #35174, this was already unused (and new uses have not been introduced since then).
Diffstat (limited to 'src/librustc_codegen_llvm/llvm/ffi.rs')
| -rw-r--r-- | src/librustc_codegen_llvm/llvm/ffi.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_codegen_llvm/llvm/ffi.rs b/src/librustc_codegen_llvm/llvm/ffi.rs index b55a234d82b..0ab69298bc4 100644 --- a/src/librustc_codegen_llvm/llvm/ffi.rs +++ b/src/librustc_codegen_llvm/llvm/ffi.rs @@ -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, } |
