Skip to content

Commit

Permalink
Merge pull request #27 from AckeeCZ/fix/producer_merge
Browse files Browse the repository at this point in the history
Really remove `producer.merge(with:)`
  • Loading branch information
olejnjak authored Jul 31, 2018
2 parents d71a241 + 519be37 commit 0d40707
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ACKReactiveExtensions/Core/Core.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ extension SignalProducer {
observer.sendCompleted()
}
}

/// Creates new signal producer by merging `Self` with other producer.
///
/// - Parameter other: Producer to merge `Self` with
/// - Returns: New SignalProducer
public func merge(with other: SignalProducer<Value, Error>) -> SignalProducer<Value, Error> {
return SignalProducer.merge([self, other])
}
}

//MARK: Disposing
Expand Down

0 comments on commit 0d40707

Please sign in to comment.