Revert "Add -async-main flag to favor asynchronous main"

This reverts commit da0a3311a5.
This commit is contained in:
Evan Wilde
2022-04-06 20:26:49 -07:00
parent 9e5491727a
commit 94e30a817e
9 changed files with 7 additions and 37 deletions

View File

@@ -223,9 +223,6 @@ namespace swift {
/// Emit a remark after loading a module.
bool EnableModuleLoadingRemarks = false;
/// Resolve main function as though it were called from an async context
bool EnableAsyncMainResolution = false;
///
/// Support for alternate usage modes
///