[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

@@ -79,13 +79,6 @@ public:
return CurrentResults.addInitsToTopLevel;
}
void setCallPatternHeuristics(bool flag) {
CurrentResults.enableCallPatternHeuristics = flag;
}
bool getCallPatternHeuristics() const {
return CurrentResults.enableCallPatternHeuristics;
}
void setAddCallWithNoDefaultArgs(bool flag) {
CurrentResults.addCallWithNoDefaultArgs = flag;
}