File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -321,15 +321,6 @@ void ConstraintGraphNode::introduceToInference(Constraint *constraint) {
321321 getTypeVariable ()->getImpl ().getRepresentative (/* record=*/ nullptr );
322322 CG[repr].introduceToInference (constraint);
323323 }
324-
325- /*
326- if (!notifyReferencedVars || !isUsefulForReferencedVars(constraint))
327- return;
328-
329- this->notifyReferencedVars([&](ConstraintGraphNode &referencedVar) {
330- referencedVar.introduceToInference(constraint);
331- });
332- */
333324}
334325
335326void ConstraintGraphNode::retractFromInference (Constraint *constraint) {
@@ -342,15 +333,6 @@ void ConstraintGraphNode::retractFromInference(Constraint *constraint) {
342333 getTypeVariable ()->getImpl ().getRepresentative (/* record=*/ nullptr );
343334 CG[repr].retractFromInference (constraint);
344335 }
345-
346- /*
347- if (!notifyReferencedVars || !isUsefulForReferencedVars(constraint))
348- return;
349-
350- this->notifyReferencedVars([&](ConstraintGraphNode &referencedVar) {
351- referencedVar.retractFromInference(constraint);
352- });
353- */
354336}
355337
356338void ConstraintGraphNode::reintroduceToInference (Constraint *constraint) {
You can’t perform that action at this time.
0 commit comments