diff options
author | 2024-03-28 00:06:04 +0000 | |
---|---|---|
committer | 2024-04-02 15:47:56 +0000 | |
commit | 52a32e54464e10c525e25b749c591e09fe122f83 (patch) | |
tree | 06bbae9155fa416f490b50f244781112cef6c36b | |
parent | f2760bda7a6c8bef53b1eaff1fa91fb19ad29645 (diff) |
Remove duplicate STV_DEFAULT definition.
This is in all our libcs.
Change-Id: I5de58314d2009041642b577c54a7a2cffa4aeea2
-rw-r--r-- | libelffile/elf/elf_utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libelffile/elf/elf_utils.h b/libelffile/elf/elf_utils.h index 582d2a0945..8c62c1c09a 100644 --- a/libelffile/elf/elf_utils.h +++ b/libelffile/elf/elf_utils.h @@ -64,9 +64,6 @@ struct ElfTypes64 { #define EF_ARM_EABI_VER5 0x05000000 #define EI_ABIVERSION 8 -#if !defined(STV_DEFAULT) -#define STV_DEFAULT 0 -#endif #ifndef EF_RISCV_RVC #define EF_RISCV_RVC 0x1 |