mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Remove LazyResolver::introduceLazyVarAccessors()
This commit is contained in:
@@ -1688,10 +1688,6 @@ void swift::maybeAddMaterializeForSet(AbstractStorageDecl *storage,
|
||||
addMaterializeForSet(storage, TC);
|
||||
}
|
||||
|
||||
void TypeChecker::introduceLazyVarAccessors(VarDecl *var) {
|
||||
maybeAddAccessorsToVariable(var, *this);
|
||||
}
|
||||
|
||||
void swift::maybeAddAccessorsToVariable(VarDecl *var, TypeChecker &TC) {
|
||||
if (var->getGetter())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user