From b976fac6eec4d7bc636830dafec3cd1db541ee89 Mon Sep 17 00:00:00 2001 From: Amir Ayupov Date: Tue, 24 May 2022 18:01:20 -0700 Subject: [PATCH] [BOLT][NFC] Remove unused BF::computeLocalUDChain method definition The function is only used inside AArch64MCPlusBuilder class, there are no uses of it as a BinaryFunction method. Reviewed By: rafauler Differential Revision: https://reviews.llvm.org/D126220 --- bolt/include/bolt/Core/BinaryFunction.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/bolt/include/bolt/Core/BinaryFunction.h b/bolt/include/bolt/Core/BinaryFunction.h index 0b5896980669..2c3ed9d35636 100644 --- a/bolt/include/bolt/Core/BinaryFunction.h +++ b/bolt/include/bolt/Core/BinaryFunction.h @@ -667,9 +667,6 @@ private: uint64_t Offset, uint64_t &TargetAddress); - DenseMap> - computeLocalUDChain(const MCInst *CurInstr); - BinaryFunction &operator=(const BinaryFunction &) = delete; BinaryFunction(const BinaryFunction &) = delete;