Skip to content

Commit b5b1c57

Browse files
Remove unused variable replacementConstraints.
1 parent 7b2f91a commit b5b1c57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Sema/CSGen.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,9 +595,6 @@ namespace {
595595
}
596596
}
597597

598-
// If there might be replacement constraints, get them now.
599-
SmallVector<Constraint *, 4> replacementConstraints;
600-
601598
// Copy over the existing bindings, dividing the constraints up
602599
// into "favored" and non-favored lists.
603600
SmallVector<Constraint *, 4> favoredConstraints;

0 commit comments

Comments
 (0)