Remove no-longer-used variable and fix warning.

This commit is contained in:
Brent Simmons 2020-10-18 18:39:22 -07:00
parent 016143e306
commit def5d84647
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ extension LocalAccountRefresher: DownloadSessionDelegate {
}
func downloadSession(_ downloadSession: DownloadSession, shouldContinueAfterReceivingData data: Data, representedObject: AnyObject) -> Bool {
guard !isSuspended, let feed = representedObject as? WebFeed else {
guard !isSuspended else {
return false
}