Kaydet (Commit) bc6a1953 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #1372836] Remove unused code

üst 6af52395
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment