mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CodeCompletion] Remove more vestiges of 0.0 literal suggestion
Obviously dead code.
This commit is contained in:
@@ -691,7 +691,6 @@ static int compareHighPriorityKeywords(Item &a_, Item &b_) {
|
||||
static int compareLiterals(Item &a_, Item &b_) {
|
||||
static CodeCompletionLiteralKind order[] = {
|
||||
CodeCompletionLiteralKind::IntegerLiteral,
|
||||
CodeCompletionLiteralKind::FloatLiteral,
|
||||
CodeCompletionLiteralKind::BooleanLiteral,
|
||||
CodeCompletionLiteralKind::StringLiteral,
|
||||
CodeCompletionLiteralKind::ArrayLiteral,
|
||||
|
||||
Reference in New Issue
Block a user