Skip to content

Commit 6757b82

Browse files
committed
Remove typealias Parent line in Filter.swift
1 parent 95ee9d0 commit 6757b82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RxSwift/Observables/Implementations/Filter.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ class FilterSink<O : ObserverType>: Sink<O>, ObserverType {
1212
typealias Predicate = (Element) throws -> Bool
1313
typealias Element = O.E
1414

15-
typealias Parent = Filter<Element>
16-
1715
private let _predicate: Predicate
1816

1917
init(predicate: Predicate, observer: O) {

0 commit comments

Comments
 (0)