Frontend: Remove no-op -stress-astscope-lookup flag

This commit is contained in:
Slava Pestov
2020-09-22 14:41:58 -04:00
parent f718a4cdd2
commit 4bbdb95f4f
3 changed files with 0 additions and 7 deletions

View File

@@ -251,9 +251,6 @@ namespace swift {
/// Someday, ASTScopeLookup will supplant lookup in the parser
bool DisableParserLookup = false;
/// Should we stress ASTScope-based resolution for debugging?
bool StressASTScopeLookup = false;
/// Whether to enable the new operator decl and precedencegroup lookup
/// behavior. This is a staging flag, and will be removed in the future.
bool EnableNewOperatorLookup = false;