Skip to content

Commit eb0adff

Browse files
committed
Drop identical override of DstSafetyAnalysis::createUnsafeState
1 parent bd11638 commit eb0adff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bolt/lib/Passes/PAuthGadgetScanner.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,10 +1140,6 @@ class CFGUnawareDstSafetyAnalysis : public DstSafetyAnalysis,
11401140
using DstSafetyAnalysis::BC;
11411141
BinaryFunction &BF;
11421142

1143-
DstState createUnsafeState() const {
1144-
return DstState(NumRegs, RegsToTrackInstsFor.getNumTrackedRegisters());
1145-
}
1146-
11471143
public:
11481144
CFGUnawareDstSafetyAnalysis(BinaryFunction &BF,
11491145
MCPlusBuilder::AllocatorIdTy AllocId,

0 commit comments

Comments
 (0)