Skip to content

Commit 486c48b

Browse files
Remove ArchiveKind::Other
Also unused since introduction in #35174
1 parent 7a0b195 commit 486c48b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/librustc_codegen_llvm/llvm/ffi.rs

-3
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,6 @@ pub enum DiagnosticLevel {
500500
#[derive(Copy, Clone)]
501501
#[repr(C)]
502502
pub enum ArchiveKind {
503-
// FIXME: figure out if this variant is needed at all.
504-
#[allow(dead_code)]
505-
Other,
506503
K_GNU,
507504
K_BSD,
508505
K_DARWIN,

src/rustllvm/ArchiveWrapper.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ struct RustArchiveIterator {
3535
};
3636

3737
enum class LLVMRustArchiveKind {
38-
Other,
3938
GNU,
4039
BSD,
4140
DARWIN,

0 commit comments

Comments
 (0)