Remove no-longer-used variable and fix warning.
This commit is contained in:
parent
016143e306
commit
def5d84647
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue