[Hexagon] Remove duplicated typedef
authorSimon Atanasyan <simon@atanasyan.com>
Sat, 4 Apr 2015 05:19:58 +0000 (05:19 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Sat, 4 Apr 2015 05:19:58 +0000 (05:19 +0000)
The `HexagonELFType` is declared in the HexagonLinkingContext.h.

llvm-svn: 234089

lld/lib/ReaderWriter/ELF/Hexagon/HexagonExecutableAtoms.h

index 86c9029..d0280c0 100644 (file)
@@ -14,7 +14,6 @@
 
 namespace lld {
 namespace elf {
-typedef llvm::object::ELFType<llvm::support::little, 2, false> HexagonELFType;
 class HexagonLinkingContext;
 
 template <class ELFT> class HexagonRuntimeFile : public RuntimeFile<ELFT> {