Skip to content

Commit e129cb0

Browse files
authored
Merge pull request #159 from apple/fix-stray-warning
Clear up a warning in a unit test
2 parents 51480a2 + abc5eb9 commit e129cb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/TSCBasicTests/LockTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ class LockTests: XCTestCase {
5454
let fileA = tempDir.appending(component: "fileA")
5555
let fileB = tempDir.appending(component: "fileB")
5656

57-
let lock = FileLock(name: "lockfile", cachePath: tempDir)
58-
5957
let writerThreads = (0..<100).map { _ in
6058
return Thread {
6159
let lock = FileLock(name: "foo", cachePath: tempDir)

0 commit comments

Comments
 (0)