summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2014-04-02 16:34:48 +0000
committerSimon Atanasyan <simon@atanasyan.com>2014-04-02 16:34:48 +0000
commit4fd30e78508f69e06257000415c8c191fb342e4a (patch)
treee87fe59c19ac6986f1b3a0d272de41f42b5058d8 /tools
parent38ac43b10bb3d7fb6eb35a6e70ca894ccdf96e2f (diff)
downloadllvm-4fd30e78508f69e06257000415c8c191fb342e4a.tar.gz
llvm-4fd30e78508f69e06257000415c8c191fb342e4a.tar.bz2
llvm-4fd30e78508f69e06257000415c8c191fb342e4a.tar.xz
[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
Diffstat (limited to 'tools')
-rw-r--r--tools/yaml2obj/yaml2elf.cpp1
1 files changed, 0 insertions, 1 deletions
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 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;