mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Sema: Remove now-unused ConstraintGraph::inferBindings()
This commit is contained in:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user