mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[Bug #1372836] Remove unused code
This commit is contained in:
parent
6af5239501
commit
bc6a195344
1 changed files with 0 additions and 4 deletions
|
|
@ -1304,10 +1304,6 @@ class CookieJar:
|
|||
|
||||
self._policy._now = self._now = int(time.time())
|
||||
|
||||
req_host, erhn = eff_request_host(request)
|
||||
strict_non_domain = (
|
||||
self._policy.strict_ns_domain & self._policy.DomainStrictNonDomain)
|
||||
|
||||
cookies = self._cookies_for_request(request)
|
||||
|
||||
attrs = self._cookie_attrs(cookies)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue