Skip to content

Commit f1f5762

Browse files
committed
Revert an unnecessary change
1 parent f429665 commit f1f5762

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/AsyncAlgorithmsTests/Support/GatedSequence.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
//===----------------------------------------------------------------------===//
1111

1212
public struct GatedSequence<Element> {
13-
typealias Failure = Never
1413
let elements: [Element]
1514
let gates: [Gate]
1615
var index = 0

0 commit comments

Comments
 (0)