We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0653328 commit 0dfdf1cCopy full SHA for 0dfdf1c
include/swift/Sema/ConstraintSystem.h
@@ -5197,15 +5197,6 @@ class ConstraintSystem {
5197
ConstraintKind kind, TypeMatchOptions flags,
5198
ConstraintLocatorBuilder locator);
5199
5200
- /// Subroutine of \c matchTypes(), which matches a scalar type to
5201
- /// a tuple type.
5202
- ///
5203
- /// \returns the result of performing the scalar-to-tuple conversion.
5204
- TypeMatchResult matchScalarToTupleTypes(Type type1, TupleType *tuple2,
5205
- ConstraintKind kind,
5206
- TypeMatchOptions flags,
5207
- ConstraintLocatorBuilder locator);
5208
-
5209
/// Subroutine of \c matchTypes(), which matches up two function
5210
/// types.
5211
TypeMatchResult matchFunctionTypes(FunctionType *func1, FunctionType *func2,
0 commit comments