-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Remove some dead code - WPB-10484 #1771
Conversation
Co-authored-by: David-Henner <david.henner@wire.com>
Co-authored-by: David-Henner <david.henner@wire.com>
Co-authored-by: David-Henner <david.henner@wire.com>
Co-authored-by: David-Henner <david.henner@wire.com>
Co-authored-by: David-Henner <david.henner@wire.com>
…SSOLogin` Also remove some related code Co-authored-by: David-Henner <david.henner@wire.com>
Co-authored-by: David-Henner <david.henner@wire.com>
...re-iOS Tests/ConversationList/ConversationListViewModel/ConversationListViewModelTests.swift
Show resolved
Hide resolved
Test Results 11 files 1 003 suites 22m 13s ⏱️ Results for commit 8ac30d4. ♻️ This comment has been updated with latest results. |
wire-ios/Wire-iOS/Sources/Authentication/Coordinator/AuthenticationCoordinator.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, but I would suggest to wait to merge until we cut the release branch from develop.
…idChooseSSOLogin`" This reverts commit 81374c2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
Issue
This PR removes some of the dead code identified by https://github.com/peripheryapp/periphery from the
Wire-iOS
target during platform day.I've tried to remove only code that has not been introduced recently in case it has planned utility.
Testing
There should be no behavior change or automated test breakage.
Checklist
[WPB-XXX]
.Co-authored-by: David-Henner david.henner@wire.com