diff options
| -rw-r--r-- | lld/ELF/OutputSections.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index 5cb18234d6b..1dc913ef863 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -355,8 +355,6 @@ private: template <class RelTy> void addSectionAux(EHInputSection<ELFT> *S, llvm::ArrayRef<RelTy> Rels); - std::vector<SectionPiece> splitInputSection(const EHInputSection<ELFT> *Sec); - template <class RelTy> CieRecord *addCie(SectionPiece &Piece, EHInputSection<ELFT> *Sec, ArrayRef<RelTy> Rels); @@ -550,8 +548,6 @@ private: uint32_t FdeVA; }; - uintX_t getFdePc(uintX_t EhVA, const FdeData &F); - std::vector<FdeData> Fdes; }; |

