forked from OSchip/llvm-project
[yaml2obj][ELF] Remove unused typedef.
No functional changes. llvm-svn: 205433
This commit is contained in:
parent
220c54a0e3
commit
ee7776d681
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue