diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-08-12 11:53:05 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-08-12 11:55:45 -0400 |
| commit | f043c8fa488a2f3a0078cf4ee025125f5874ea5c (patch) | |
| tree | 73a2d236b02d39a29b2d06144e548a629f9d5b6b /src/librustc_codegen_llvm/llvm | |
| parent | a3c73ca88c58082123a217ddaea535639093a4d5 (diff) | |
| download | rust-f043c8fa488a2f3a0078cf4ee025125f5874ea5c.tar.gz rust-f043c8fa488a2f3a0078cf4ee025125f5874ea5c.zip | |
Remove FileType::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')
| -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 33caf674bfe..b55a234d82b 100644 --- a/src/librustc_codegen_llvm/llvm/ffi.rs +++ b/src/librustc_codegen_llvm/llvm/ffi.rs @@ -358,9 +358,6 @@ impl SynchronizationScope { #[derive(Copy, Clone)] #[repr(C)] pub enum FileType { - // FIXME: figure out if this variant is needed at all. - #[allow(dead_code)] - Other, AssemblyFile, ObjectFile, } |
