Skip to content

Commit

Permalink
Remove unused typedefs.
Browse files Browse the repository at this point in the history
llvm-svn: 299594
  • Loading branch information
rui314 committed Apr 5, 2017
1 parent 9f12585 commit 0ce388b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lld/ELF/Writer.cpp
Expand Up @@ -41,9 +41,7 @@ template <class ELFT> class Writer {
typedef typename ELFT::Shdr Elf_Shdr;
typedef typename ELFT::Ehdr Elf_Ehdr;
typedef typename ELFT::Phdr Elf_Phdr;
typedef typename ELFT::Sym Elf_Sym;
typedef typename ELFT::SymRange Elf_Sym_Range;
typedef typename ELFT::Rela Elf_Rela;

void run();

private:
Expand Down

0 comments on commit 0ce388b

Please sign in to comment.