Cleanup unused code

This commit is contained in:
Alfonso Grillo
2023-01-26 10:14:26 +01:00
parent f280692d49
commit 694112e6de
3 changed files with 7 additions and 20 deletions
@@ -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()