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 757ca24 commit 4432c51Copy full SHA for 4432c51
include/swift/Sema/ConstraintSystem.h
@@ -5403,11 +5403,6 @@ class ConstraintSystem {
5403
bool applySolutionToBody(TapExpr *tapExpr,
5404
SyntacticElementTargetRewriter &rewriter);
5405
5406
- /// Reorder the disjunctive clauses for a given expression to
5407
- /// increase the likelihood that a favored constraint will be successfully
5408
- /// resolved before any others.
5409
- void optimizeConstraints(Expr *e);
5410
-
5411
void startExpressionTimer(ExpressionTimer::AnchorType anchor);
5412
5413
/// Determine if we've already explored too many paths in an
0 commit comments