Skip to content

Commit 3ddaabc

Browse files
committed
remove unused member function
1 parent 2bff132 commit 3ddaabc

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
@@ -735,14 +735,6 @@ class LoanPropagationAnalysis
735735
return Lattice(JoinedOrigins);
736736
}
737737

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

0 commit comments

Comments
 (0)