ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.37k stars 4.17k forks source link

Remove unused/unneeded method. #2560

Closed danielt1263 closed 11 months ago

danielt1263 commented 11 months ago

The unsubscribe(_:) method is not used internally and isn't exposed publicly.

danielt1263 commented 11 months ago

Why would removing an unused internal method fail all the checks? The tests pass on my end...

freak4pc commented 11 months ago

Why would removing an unused internal method fail all the checks? The tests pass on my end...

The CI isn't working. Could use an upgrade to Xcode 15 when time allows.