mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove duplicated definition of 'doc'.
The same line exists higher up in the function.
This commit is contained in:
parent
fc251384a7
commit
e8e4a570ba
1 changed files with 0 additions and 2 deletions
|
@ -259,8 +259,6 @@ fn fetch_a_classic_script(script: &HTMLScriptElement,
|
|||
status: Ok(())
|
||||
}));
|
||||
|
||||
let doc = document_from_node(script);
|
||||
|
||||
let (action_sender, action_receiver) = ipc::channel().unwrap();
|
||||
let listener = NetworkListener {
|
||||
context: context,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue