Delete unused code

This commit is contained in:
Maurice Parker 2021-02-01 14:26:19 -06:00
parent 56f1969715
commit 21d1a32597
1 changed files with 0 additions and 7 deletions

View File

@ -763,13 +763,6 @@ private extension ReaderAPICaller {
return pathComponent.addingPercentEncoding(withAllowedCharacters: uriComponentAllowed)
}
func storeConditionalGet(key: String, headers: [AnyHashable : Any]) {
if var conditionalGet = accountMetadata?.conditionalGetInfo {
conditionalGet[key] = HTTPConditionalGetInfo(headers: headers)
accountMetadata?.conditionalGetInfo = conditionalGet
}
}
func addVariantHeaders(_ request: inout URLRequest) {
if variant == .inoreader {
request.addValue(SecretsManager.provider.inoreaderAppId, forHTTPHeaderField: "AppId")