[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
This commit is contained in:
Amir Ayupov
2022-05-24 18:01:20 -07:00
parent 436eaf8d32
commit b976fac6ee

View File

@@ -667,9 +667,6 @@ private:
uint64_t Offset,
uint64_t &TargetAddress);
DenseMap<const MCInst *, SmallVector<MCInst *, 4>>
computeLocalUDChain(const MCInst *CurInstr);
BinaryFunction &operator=(const BinaryFunction &) = delete;
BinaryFunction(const BinaryFunction &) = delete;