Skip to content

Commit 6b0a92b

Browse files
committed
Remove fixed FIXME
1 parent eb2fcc1 commit 6b0a92b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftDriver/Toolchains/Toolchain.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ extension Toolchain {
7777
}
7878

7979
public func swiftCompilerVersion(_ swiftCompiler: AbsolutePath) throws -> String {
80-
// FIXME: Thread the driver's swiftCompiler path here.
8180
try Process.checkNonZeroExit(
8281
args: swiftCompiler.pathString, "-version",
8382
environment: env

0 commit comments

Comments
 (0)