Skip to content

Commit

Permalink
remove constant from crate files
Browse files Browse the repository at this point in the history
  • Loading branch information
Charisee committed Apr 21, 2023
1 parent 6471968 commit c57e85b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/examples/src/readobj/elf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ fn print_program_headers<Elf: FileHeader>(
//PT_GNU_STACK =>
//PT_GNU_RELRO =>
//PT_GNU_PROPERTY =>
//GNU_PROPERTY_AARCH64_FEATURE_1_AND =>
//GNU_PROPERTY_X86_FEATURE_1_AND =>
_ => {}
}
});
Expand Down Expand Up @@ -1182,8 +1180,6 @@ static FLAGS_PT: &[Flag<u32>] = &flags!(
PT_GNU_STACK,
PT_GNU_RELRO,
PT_GNU_PROPERTY,
GNU_PROPERTY_AARCH64_FEATURE_1_AND,
GNU_PROPERTY_X86_FEATURE_1_AND,
);
static FLAGS_PT_HP: &[Flag<u32>] = &flags!(
PT_HP_TLS,
Expand Down

0 comments on commit c57e85b

Please sign in to comment.