From 194ddece6dbffacc694d6c9be8a12dde2f04598d Mon Sep 17 00:00:00 2001 From: Leandro Alonso Date: Mon, 7 Nov 2022 15:20:57 -0300 Subject: [PATCH] Remove unused method --- .../Public/Sync/SyncYearListeningHistoryTask.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Modules/Server/Sources/PocketCastsServer/Public/Sync/SyncYearListeningHistoryTask.swift b/Modules/Server/Sources/PocketCastsServer/Public/Sync/SyncYearListeningHistoryTask.swift index 7cf27e84ea..c62118de4e 100644 --- a/Modules/Server/Sources/PocketCastsServer/Public/Sync/SyncYearListeningHistoryTask.swift +++ b/Modules/Server/Sources/PocketCastsServer/Public/Sync/SyncYearListeningHistoryTask.swift @@ -143,10 +143,6 @@ class PodcastExistHelper { return exists } - - func markAsExistent(uuid: String) { - checkedUuidsThatExist.append(uuid) - } } public class YearListeningHistory {