mirror of
https://github.com/servo/servo
synced 2026-04-26 09:35:26 +02:00
script: remove more unused code (#42081)
This commit remove more unused code from `script_module`, `inline_module_map` and `dynamic_modules` fields from `GlobalScope` and the now unused custom interface `DynamicModuleOwner`. Testing: No functional change, a successful build is enough. --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
This commit is contained in:
@@ -913,7 +913,6 @@ impl HTMLScriptElement {
|
||||
ModuleOwner::Window(Trusted::new(self)),
|
||||
text_rc,
|
||||
base_url.clone(),
|
||||
self.id,
|
||||
options,
|
||||
self.line_number as u32,
|
||||
can_gc,
|
||||
|
||||
Reference in New Issue
Block a user