From ff907511270b3381b702c3a6ad86b3d2b1bdd156 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 22 Jan 2021 17:10:37 -0600 Subject: [PATCH] Delete dead code --- Account/Sources/Account/Account.swift | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Account/Sources/Account/Account.swift b/Account/Sources/Account/Account.swift index 5216e931c..7acf4816b 100644 --- a/Account/Sources/Account/Account.swift +++ b/Account/Sources/Account/Account.swift @@ -1134,14 +1134,6 @@ private extension Account { return articles } - func fetchUnreadArticlesAsync(for webFeed: WebFeed, completion: @escaping (Set
) -> Void) { - // database.fetchUnreadArticlesAsync(for: Set([feed.feedID])) { [weak self] (articles) in - // self?.validateUnreadCount(feed, articles) - // callback(articles) - // } - } - - func fetchArticles(forContainer container: Container) throws -> Set
{ let feeds = container.flattenedWebFeeds() let articles = try database.fetchArticles(feeds.webFeedIDs())