From: Simon Atanasyan Date: Wed, 2 Apr 2014 16:34:48 +0000 (+0000) Subject: [yaml2obj][ELF] Remove unused typedef. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4fd30e78508f69e06257000415c8c191fb342e4a;p=oota-llvm.git [yaml2obj][ELF] Remove unused typedef. No functional changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205433 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/yaml2obj/yaml2elf.cpp b/tools/yaml2obj/yaml2elf.cpp index b2e2844cc93..cf39b3b664b 100644 --- a/tools/yaml2obj/yaml2elf.cpp +++ b/tools/yaml2obj/yaml2elf.cpp @@ -154,7 +154,6 @@ template class ELFState { /// \brief The future ".strtab" section. StringTableBuilder DotStrtab; - typedef typename object::ELFFile::Elf_Ehdr Elf_Ehdr; SectionNameToIdxMap SN2I; const ELFYAML::Object &Doc;