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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user