Skip to content

Commit 6a53903

Browse files
committed
Remove variable that have been used for test
1 parent dbaa746 commit 6a53903

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CodeGeneration/Sources/generate-swiftsyntax/templates/swiftsyntax/RawSyntaxValidationFile.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ let rawSyntaxValidationFile = try! SourceFileSyntax(leadingTrivia: "\(generateCo
9393
Error validating child at index \(index) of \(nodeKind):
9494
\(error.description)
9595
""", file: file, line: line)
96-
_ = 1
9796
}
9897
}
9998
"""#

Sources/SwiftSyntax/generated/raw/RawSyntaxValidation.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ func validateLayout(layout: RawSyntaxBuffer, as kind: SyntaxKind) {
100100
Error validating child at index \(index) of \(nodeKind):
101101
\(error.description)
102102
""", file: file, line: line)
103-
_ = 1
104103
}
105104
}
106105
func assertAnyHasNoError(_ nodeKind: SyntaxKind, _ index: Int, _ errors: [ValidationError?]) {

0 commit comments

Comments
 (0)