diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-08-12 12:03:44 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-08-12 12:03:44 -0400 |
| commit | 486c48b570fd6235c8f8ce8820b54ea25b3510a9 (patch) | |
| tree | 9f6b5b4e911e94f0544e1ed6af5ba3d96a7614ed /src/librustc_codegen_llvm/llvm | |
| parent | 7a0b195188c253e8910ea203beb7c1682004c33e (diff) | |
| download | rust-486c48b570fd6235c8f8ce8820b54ea25b3510a9.tar.gz rust-486c48b570fd6235c8f8ce8820b54ea25b3510a9.zip | |
Remove ArchiveKind::Other
Also unused since introduction in #35174
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 de547c0b1b9..f094ad86894 100644 --- a/src/librustc_codegen_llvm/llvm/ffi.rs +++ b/src/librustc_codegen_llvm/llvm/ffi.rs @@ -500,9 +500,6 @@ pub enum DiagnosticLevel { #[derive(Copy, Clone)] #[repr(C)] pub enum ArchiveKind { - // FIXME: figure out if this variant is needed at all. - #[allow(dead_code)] - Other, K_GNU, K_BSD, K_DARWIN, |
