Skip to content

Commit 960e8cf

Browse files
authored
Build: remove unused variable (NFC) (#2899)
Remove an unused variable.
1 parent a399011 commit 960e8cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Build/BuildDelegate.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ final class CopyCommand: CustomLLBuildCommand {
326326
}
327327
}
328328

329-
private let newLineByte: UInt8 = 10
330329
public final class BuildDelegate: BuildSystemDelegate, SwiftCompilerOutputParserDelegate {
331330
private let diagnostics: DiagnosticsEngine
332331
public var outputStream: ThreadSafeOutputByteStream

0 commit comments

Comments
 (0)