Skip to content

Commit c57e85b

Browse files
author
Charisee
committed
remove constant from crate files
1 parent 6471968 commit c57e85b

File tree

1 file changed

+0
-4
lines changed
  • crates/examples/src/readobj

1 file changed

+0
-4
lines changed

crates/examples/src/readobj/elf.rs

-4
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ fn print_program_headers<Elf: FileHeader>(
162162
//PT_GNU_STACK =>
163163
//PT_GNU_RELRO =>
164164
//PT_GNU_PROPERTY =>
165-
//GNU_PROPERTY_AARCH64_FEATURE_1_AND =>
166-
//GNU_PROPERTY_X86_FEATURE_1_AND =>
167165
_ => {}
168166
}
169167
});
@@ -1182,8 +1180,6 @@ static FLAGS_PT: &[Flag<u32>] = &flags!(
11821180
PT_GNU_STACK,
11831181
PT_GNU_RELRO,
11841182
PT_GNU_PROPERTY,
1185-
GNU_PROPERTY_AARCH64_FEATURE_1_AND,
1186-
GNU_PROPERTY_X86_FEATURE_1_AND,
11871183
);
11881184
static FLAGS_PT_HP: &[Flag<u32>] = &flags!(
11891185
PT_HP_TLS,

0 commit comments

Comments
 (0)