1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[yaml2obj][ELF] Remove unused typedef.

No functional changes.

llvm-svn: 205433
This commit is contained in:
Simon Atanasyan 2014-04-02 16:34:48 +00:00
parent 36b72be52e
commit df3465ac4a

View File

@ -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;