mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
Remove duplicated definition of 'doc'.
The same line exists higher up in the function.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user