diff options
-rw-r--r-- | lld/ELF/Target.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h index 266890863ac..1c706ea9204 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -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(); } |