mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove duplicate code
`req.pipeline_id` is already set with `init.pipeline_id` during initialization.
This commit is contained in:
parent
44b75ed588
commit
5252ad2690
1 changed files with 0 additions and 1 deletions
|
@ -318,7 +318,6 @@ impl Request {
|
|||
Referrer::NoReferrer
|
||||
};
|
||||
req.referrer_policy = init.referrer_policy;
|
||||
req.pipeline_id = init.pipeline_id;
|
||||
req.redirect_mode = init.redirect_mode;
|
||||
let mut url_list = init.url_list;
|
||||
if url_list.is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue