Skip to content

Commit 0dfdf1c

Browse files
committed
Sema: Remove unused function prototype
1 parent 0653328 commit 0dfdf1c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

include/swift/Sema/ConstraintSystem.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5197,15 +5197,6 @@ class ConstraintSystem {
51975197
ConstraintKind kind, TypeMatchOptions flags,
51985198
ConstraintLocatorBuilder locator);
51995199

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-
52095200
/// Subroutine of \c matchTypes(), which matches up two function
52105201
/// types.
52115202
TypeMatchResult matchFunctionTypes(FunctionType *func1, FunctionType *func2,

0 commit comments

Comments
 (0)