[yaml2obj][ELF] Remove unused typedef.
authorSimon Atanasyan <simon@atanasyan.com>
Wed, 2 Apr 2014 16:34:48 +0000 (16:34 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Wed, 2 Apr 2014 16:34:48 +0000 (16:34 +0000)
No functional changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205433 91177308-0d34-0410-b5e6-96231b3b80d8

tools/yaml2obj/yaml2elf.cpp

index b2e2844cc9376146855aad921a33c93e966dd710..cf39b3b664bfd58b77ff7a7e884ac3752338a624 100644 (file)
@@ -154,7 +154,6 @@ template <class ELFT>
 class ELFState {
   /// \brief The future ".strtab" section.
   StringTableBuilder DotStrtab;
-  typedef typename object::ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr;
 
   SectionNameToIdxMap SN2I;
   const ELFYAML::Object &Doc;