Skip to content

Commit d4c3514

Browse files
committed
Fix build warning about unused variable 'toolchain'.
rdar://156114187
1 parent 9a24757 commit d4c3514

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/SWBBuildSystemTests/CustomTaskBuildOperationTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ fileprivate struct CustomTaskBuildOperationTests: CoreBasedTests {
2929
try await withTemporaryDirectory { tmpDir in
3030
let destination: RunDestinationInfo = .host
3131
let core = try await getCore()
32-
let toolchain = try #require(core.toolchainRegistry.defaultToolchain)
3332
let environment = destination.hostRuntimeEnvironment(core)
3433

3534
let testProject = TestProject(

0 commit comments

Comments
 (0)