mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[IDE] Remove support for C-style ForStmt
This commit is contained in:
@@ -383,8 +383,6 @@ UIdent SwiftLangSupport::getUIDForSyntaxStructureKind(
|
||||
return KindDeclVarParam;
|
||||
case SyntaxStructureKind::ForEachStatement:
|
||||
return KindStmtForEach;
|
||||
case SyntaxStructureKind::ForStatement:
|
||||
return KindStmtFor;
|
||||
case SyntaxStructureKind::WhileStatement:
|
||||
return KindStmtWhile;
|
||||
case SyntaxStructureKind::RepeatWhileStatement:
|
||||
|
||||
Reference in New Issue
Block a user