[CodeComplete] Remove code for call pattern heuristics

These options weren’t used anymore, so we can remove them.
This commit is contained in:
Alex Hoppen
2024-01-22 19:57:12 -08:00
parent dd5486cda8
commit c8424c1b7a
11 changed files with 7 additions and 54 deletions

View File

@@ -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;