Sema: Remove now-unused ConstraintGraph::inferBindings()

This commit is contained in:
Slava Pestov
2025-02-04 17:54:54 -05:00
parent cda3cda132
commit 09f78bfd95
2 changed files with 0 additions and 10 deletions

View File

@@ -448,11 +448,6 @@ private:
void unrelateTypeVariables(TypeVariableType *typeVar,
TypeVariableType *otherTypeVar);
/// Infer bindings from the given constraint.
///
/// Note that this it only meant to be called by SolverTrail::Change::undo().
void inferBindings(TypeVariableType *typeVar, Constraint *constraint);
/// Retract bindings from the given constraint.
///
/// Note that this it only meant to be called by SolverTrail::Change::undo().