Skip to content

Commit 734e92c

Browse files
authored
Merge pull request swiftlang#21823 from gottesmm/pr-808ac0d9f9b5f018034d340d3dfaf23c87021e1f
2 parents b3a2052 + 6413682 commit 734e92c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SIL/ValueOwnership.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ ValueOwnershipKindClassifier::visitBuiltinInst(BuiltinInst *BI) {
520520
//===----------------------------------------------------------------------===//
521521

522522
ValueOwnershipKind SILValue::getOwnershipKind() const {
523-
// Once we have multiple return values, this must be changed.
524523
ValueOwnershipKindClassifier Classifier;
525524
return Classifier.visit(const_cast<ValueBase *>(Value));
526525
}

0 commit comments

Comments
 (0)