mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 23:23:36 +00:00
Remove unused typedef
This removes unused typedef left in change: https://chromium-review.googlesource.com/c/447697/ and fixes error: dump_symbols.cc:613:35: error: unused typedef 'Word' [-Werror,-Wunused-local-typedef] Change-Id: Ib5a82cd8af9a58ebf173b0f338fa9ad341819ef3 Reviewed-on: https://chromium-review.googlesource.com/459518 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
0b7c2ea698
commit
eb6c296472
1 changed files with 0 additions and 1 deletions
|
@ -610,7 +610,6 @@ bool LoadSymbols(const string& obj_file,
|
|||
typedef typename ElfClass::Addr Addr;
|
||||
typedef typename ElfClass::Phdr Phdr;
|
||||
typedef typename ElfClass::Shdr Shdr;
|
||||
typedef typename ElfClass::Word Word;
|
||||
|
||||
Addr loading_addr = GetLoadingAddress<ElfClass>(
|
||||
GetOffset<ElfClass, Phdr>(elf_header, elf_header->e_phoff),
|
||||
|
|
Loading…
Reference in a new issue