Skip to content

Commit db799f4

Browse files
committed
remove unused var
1 parent 2d5b5aa commit db799f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CodeGeneration/Sources/generate-swift-syntax/GenerateSwiftSyntax.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ struct GenerateSwiftSyntax: AsyncParsableCommand {
153153
}
154154
)
155155

156-
let specs = fileSpecs
157156
await withTaskGroup(of: (URL, Error?).self) { group in
158157
for fileSpec in fileSpecs {
159158
group.addTask {

0 commit comments

Comments
 (0)