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) {
321
321
getTypeVariable ()->getImpl ().getRepresentative (/* record=*/ nullptr );
322
322
CG[repr].introduceToInference (constraint);
323
323
}
324
-
325
- /*
326
- if (!notifyReferencedVars || !isUsefulForReferencedVars(constraint))
327
- return;
328
-
329
- this->notifyReferencedVars([&](ConstraintGraphNode &referencedVar) {
330
- referencedVar.introduceToInference(constraint);
331
- });
332
- */
333
324
}
334
325
335
326
void ConstraintGraphNode::retractFromInference (Constraint *constraint) {
@@ -342,15 +333,6 @@ void ConstraintGraphNode::retractFromInference(Constraint *constraint) {
342
333
getTypeVariable ()->getImpl ().getRepresentative (/* record=*/ nullptr );
343
334
CG[repr].retractFromInference (constraint);
344
335
}
345
-
346
- /*
347
- if (!notifyReferencedVars || !isUsefulForReferencedVars(constraint))
348
- return;
349
-
350
- this->notifyReferencedVars([&](ConstraintGraphNode &referencedVar) {
351
- referencedVar.retractFromInference(constraint);
352
- });
353
- */
354
336
}
355
337
356
338
void ConstraintGraphNode::reintroduceToInference (Constraint *constraint) {
You can’t perform that action at this time.
0 commit comments