Remove dead code. NFC.

llvm-svn: 263433
This commit is contained in:
George Rimar 2016-03-14 14:25:28 +00:00
parent 81955f8048
commit cbcda9e077
1 changed files with 0 additions and 2 deletions

View File

@ -107,8 +107,6 @@ uint64_t getPPC64TocBase();
template <class ELFT>
typename llvm::object::ELFFile<ELFT>::uintX_t getMipsGpAddr();
template <class ELFT> bool isGnuIFunc(const SymbolBody &S);
extern TargetInfo *Target;
TargetInfo *createTarget();
}