Skip to content

Commit 065bd1e

Browse files
authored
Merge pull request swiftlang#28786 from rintaro/sourcekit-completion-unnecessary-sort
[SourceKit/CodeCompletion] Remove unnecessary sorting in completion
2 parents 2025068 + c35c9ec commit 065bd1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ struct SwiftCodeCompletionConsumer
100100

101101
void handleResults(MutableArrayRef<CodeCompletionResult *> Results) override {
102102
assert(swiftContext.swiftASTContext);
103-
CodeCompletionContext::sortCompletionResults(Results);
104103
handleResultsImpl(Results, swiftContext);
105104
}
106105
};

0 commit comments

Comments
 (0)