projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
220c54a
)
[yaml2obj][ELF] Remove unused typedef.
author
Simon Atanasyan
<simon@atanasyan.com>
Wed, 2 Apr 2014 16:34:48 +0000
(16:34 +0000)
committer
Simon Atanasyan
<simon@atanasyan.com>
Wed, 2 Apr 2014 16:34:48 +0000
(16:34 +0000)
No functional changes.
llvm-svn: 205433
llvm/tools/yaml2obj/yaml2elf.cpp
patch
|
blob
|
history
diff --git
a/llvm/tools/yaml2obj/yaml2elf.cpp
b/llvm/tools/yaml2obj/yaml2elf.cpp
index
b2e2844
..
cf39b3b
100644
(file)
--- a/
llvm/tools/yaml2obj/yaml2elf.cpp
+++ b/
llvm/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;