Skip to content

Commit e5324e0

Browse files
authored
Merge pull request #277 from CodaFi/east-extern
[NFC] Drop typeCheckExternalDefinitions
2 parents e61477e + 646ec55 commit e5324e0

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
@@ -1495,7 +1495,6 @@ unsigned SwiftExpressionParser::Parse(DiagnosticManager &diagnostic_manager,
14951495
}
14961496
} else {
14971497
swift::performPlaygroundTransform(parsed_expr->source_file, true);
1498-
swift::typeCheckExternalDefinitions(parsed_expr->source_file);
14991498
}
15001499

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

0 commit comments

Comments
 (0)