From 4fd30e78508f69e06257000415c8c191fb342e4a Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Wed, 2 Apr 2014 16:34:48 +0000 Subject: [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 --- tools/yaml2obj/yaml2elf.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/yaml2obj') diff --git a/tools/yaml2obj/yaml2elf.cpp b/tools/yaml2obj/yaml2elf.cpp index b2e2844cc9..cf39b3b664 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; -- cgit v1.2.3