mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CodeComplete] Remove code for call pattern heuristics
These options weren’t used anymore, so we can remove them.
This commit is contained in:
@@ -38,7 +38,6 @@ struct Options {
|
||||
bool addInnerResults = false;
|
||||
bool addInnerOperators = true;
|
||||
bool addInitsToTopLevel = false;
|
||||
bool callPatternHeuristics = false;
|
||||
bool hideUnderscores = true;
|
||||
bool reallyHideAllUnderscores = false;
|
||||
bool hideLowPriority = true;
|
||||
|
||||
Reference in New Issue
Block a user