Delete unused code
This commit is contained in:
parent
56f1969715
commit
21d1a32597
@ -763,13 +763,6 @@ private extension ReaderAPICaller {
|
|||||||
return pathComponent.addingPercentEncoding(withAllowedCharacters: uriComponentAllowed)
|
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) {
|
func addVariantHeaders(_ request: inout URLRequest) {
|
||||||
if variant == .inoreader {
|
if variant == .inoreader {
|
||||||
request.addValue(SecretsManager.provider.inoreaderAppId, forHTTPHeaderField: "AppId")
|
request.addValue(SecretsManager.provider.inoreaderAppId, forHTTPHeaderField: "AppId")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user