mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Cleanup unused code
This commit is contained in:
@@ -33,11 +33,6 @@ final class MockPollHistoryService: PollHistoryServiceProtocol {
|
||||
updatesPublisher
|
||||
}
|
||||
|
||||
var pollErrorPublisher: AnyPublisher<Error, Never> = Empty().eraseToAnyPublisher()
|
||||
var pollErrors: AnyPublisher<Error, Never> {
|
||||
pollErrorPublisher
|
||||
}
|
||||
|
||||
var hasNextBatch = true
|
||||
|
||||
var fetchedUpToPublisher: AnyPublisher<Date, Never> = Just(.init()).eraseToAnyPublisher()
|
||||
|
||||
Reference in New Issue
Block a user