diff options
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/elf/elf.h b/elf/elf.h index e541be8bc8..e722acbef5 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -56,10 +56,6 @@ typedef uint64_t Elf64_Off; typedef uint16_t Elf32_Section; typedef uint16_t Elf64_Section; -/* Type of symbol indices. */ -typedef uint32_t Elf32_Symndx; -typedef uint64_t Elf64_Symndx; - /* The ELF file header. This appears at the start of every ELF file. */ |