Skip to content

Commit 9ac79f9

Browse files
committed
Remove unused variable
1 parent 4543fb2 commit 9ac79f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/XPCShared/XPCService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public func testXPCListenerEndpoint(_ endpoint: NSXPCListenerEndpoint) async ->
153153
continuation.finish()
154154
}
155155
do {
156-
guard let result = try await stream.first(where: { _ in true }) else {
156+
guard let _ = try await stream.first(where: { _ in true }) else {
157157
throw EmptyResponseError()
158158
}
159159
return true

0 commit comments

Comments
 (0)