File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -3082,16 +3082,6 @@ class ConstraintSystem {
3082
3082
3083
3083
Constraint *selectApplyDisjunction ();
3084
3084
3085
- bool simplifyForConstraintPropagation ();
3086
- void collectNeighboringBindOverloadDisjunctions (
3087
- llvm::SetVector<Constraint *> &neighbors);
3088
- bool isBindOverloadConsistent (Constraint *bindConstraint,
3089
- llvm::SetVector<Constraint *> &workList);
3090
- void reviseBindOverloadDisjunction (Constraint *disjunction,
3091
- llvm::SetVector<Constraint *> &workList,
3092
- bool *foundConsistent);
3093
- bool areBindPairConsistent (Constraint *first, Constraint *second);
3094
-
3095
3085
// / Solve the system of constraints generated from provided expression.
3096
3086
// /
3097
3087
// / \param expr The expression to generate constraints from.
You can’t perform that action at this time.
0 commit comments