Skip to content

Commit 646ec55

Browse files
committed
[NFC] Drop typeCheckExternalDefinitions
performTypeChecking will handle the nitty-gritty of closure captures, and external declarations are now eagerly typechecked. There's no reason to call this after the playground transform.
1 parent 674f314 commit 646ec55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,6 @@ unsigned SwiftExpressionParser::Parse(DiagnosticManager &diagnostic_manager,
14981498
}
14991499
} else {
15001500
swift::performPlaygroundTransform(parsed_expr->source_file, true);
1501-
swift::typeCheckExternalDefinitions(parsed_expr->source_file);
15021501
}
15031502

15041503
// FIXME: We now should have to do the name binding and type

0 commit comments

Comments
 (0)