Skip to content

Commit bb9e5f8

Browse files
jungkeesjakearchibald
authored andcommitted
Remove unused variables (#1354)
1 parent 243f3b3 commit bb9e5f8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/index.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3196,8 +3196,6 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
31963196
: Output
31973197
:: |resultList|, a [=request response list=]
31983198

3199-
1. Let |requests| be an empty [=list=].
3200-
1. Let |responses| be an empty [=list=].
32013199
1. Let |resultList| be an empty [=list=].
32023200
1. Let |storage| be null.
32033201
1. If the optional argument |targetStorage| is omitted, set |storage| to the [=relevant request response list=].
@@ -3228,7 +3226,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
32283226
1. Let |cachedURL| be |request|'s [=request/url=].
32293227
1. If |options|.{{CacheQueryOptions/ignoreSearch}} is true, then:
32303228
1. Set |cachedURL|'s [=url/query=] to the empty string.
3231-
1. Set |requestURL|'s [=url/query=] to the empty string.
3229+
1. Set |queryURL|'s [=url/query=] to the empty string.
32323230
1. If |queryURL| does not [=url/equal=] |cachedURL| with the *exclude fragment flag* set, then return false.
32333231
1. If |response| is null, |options|.{{CacheQueryOptions/ignoreVary}} is true, or |response|'s [=response/header list=] does not [=header list/contain=] \``Vary`\`, then return true.
32343232
1. Let |fieldValues| be the [=list=] containing the elements corresponding to the [=http/field-values=] of the [=Vary=] header for the [=header/value=] of the [=header=] with [=header/name=] \``Vary`\`.

docs/v1/index.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3042,8 +3042,6 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
30423042
: Output
30433043
:: |resultList|, a [=request response list=]
30443044

3045-
1. Let |requests| be an empty [=list=].
3046-
1. Let |responses| be an empty [=list=].
30473045
1. Let |resultList| be an empty [=list=].
30483046
1. Let |storage| be null.
30493047
1. If the optional argument |targetStorage| is omitted, set |storage| to the [=relevant request response list=].
@@ -3074,7 +3072,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
30743072
1. Let |cachedURL| be |request|'s [=request/url=].
30753073
1. If |options|.{{CacheQueryOptions/ignoreSearch}} is true, then:
30763074
1. Set |cachedURL|'s [=url/query=] to the empty string.
3077-
1. Set |requestURL|'s [=url/query=] to the empty string.
3075+
1. Set |queryURL|'s [=url/query=] to the empty string.
30783076
1. If |queryURL| does not [=url/equal=] |cachedURL| with the *exclude fragment flag* set, then return false.
30793077
1. If |response| is null, |options|.{{CacheQueryOptions/ignoreVary}} is true, or |response|'s [=response/header list=] does not [=header list/contain=] \``Vary`\`, then return true.
30803078
1. Let |fieldValues| be the [=list=] containing the elements corresponding to the [=http/field-values=] of the [=Vary=] header for the [=header/value=] of the [=header=] with [=header/name=] \``Vary`\`.

0 commit comments

Comments
 (0)