Remove ArchiveKind::Other

Also unused since introduction in #35174
This commit is contained in:
Mark Rousskov 2020-08-12 12:03:44 -04:00
parent 7a0b195188
commit 486c48b570
2 changed files with 0 additions and 4 deletions

View File

@ -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,

View File

@ -35,7 +35,6 @@ struct RustArchiveIterator {
};
enum class LLVMRustArchiveKind {
Other,
GNU,
BSD,
DARWIN,