From 0d36face003ea0d030a0de65106f79c0b49fec8c Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 9 Jun 2024 13:13:35 -0700 Subject: [PATCH] Remove unused saveQueue. --- Account/Sources/Account/Account.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Account/Sources/Account/Account.swift b/Account/Sources/Account/Account.swift index 2b2f85190..d33bf61f5 100644 --- a/Account/Sources/Account/Account.swift +++ b/Account/Sources/Account/Account.swift @@ -220,7 +220,6 @@ public enum FetchType { let dataFolder: String let database: ArticlesDatabase var delegate: AccountDelegate - @MainActor static let saveQueue = CoalescingQueue(name: "Account Save Queue", interval: 1.0) private var unreadCounts = [String: Int]() // [feedID: Int]