Skip to content

Commit fb9bc04

Browse files
committed
remove unused member function
1 parent ccd9bab commit fb9bc04

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

clang/lib/Analysis/LifetimeSafety.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -738,14 +738,6 @@ class LoanPropagationAnalysis
738738
return Lattice(JoinedOrigins);
739739
}
740740

741-
LoanSet join(LoanSet A, LoanSet B) {
742-
if (A.getHeight() < B.getHeight())
743-
std::swap(A, B);
744-
for (LoanID L : B)
745-
A = Factory.LoanSetFactory.add(A, L);
746-
return A;
747-
}
748-
749741
/// A new loan is issued to the origin. Old loans are erased.
750742
Lattice transfer(Lattice In, const IssueFact &F) {
751743
OriginID OID = F.getOriginID();

0 commit comments

Comments
 (0)