Skip to content

Commit

Permalink
Remove ArchiveKind::Other
Browse files Browse the repository at this point in the history
Also unused since introduction in #35174
  • Loading branch information
Mark-Simulacrum committed Aug 12, 2020
1 parent 7a0b195 commit 486c48b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/librustc_codegen_llvm/llvm/ffi.rs
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion src/rustllvm/ArchiveWrapper.cpp
Expand Up @@ -35,7 +35,6 @@ struct RustArchiveIterator {
};

enum class LLVMRustArchiveKind {
Other,
GNU,
BSD,
DARWIN,
Expand Down

0 comments on commit 486c48b

Please sign in to comment.