AST: Remove unused TypeBase::isAssignableType()

This commit is contained in:
Slava Pestov
2019-04-07 22:38:15 -04:00
parent 003a9a47b2
commit ae1e5b1ede
2 changed files with 0 additions and 18 deletions

View File

@@ -651,11 +651,6 @@ public:
return getRecursiveProperties().hasDependentMember();
}
/// Check if this type is a valid type for the LHS of an assignment.
/// This mainly means hasLValueType(), but empty tuples and tuples of empty
/// tuples also qualify.
bool isAssignableType();
/// isExistentialType - Determines whether this type is an existential type,
/// whose real (runtime) type is unknown but which is known to conform to
/// some set of protocols. Protocol and protocol-conformance types are