parent
7a0b195188
commit
486c48b570
2 changed files with 0 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ struct RustArchiveIterator {
|
|||
};
|
||||
|
||||
enum class LLVMRustArchiveKind {
|
||||
Other,
|
||||
GNU,
|
||||
BSD,
|
||||
DARWIN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue