Skip to content

Commit 983f06c

Browse files
committed
remove unused member function
1 parent 5d10f00 commit 983f06c

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

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

0 commit comments

Comments
 (0)