mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove unused code from script* crates
This commit is contained in:
parent
8dc7a25893
commit
8b6ed3d182
13 changed files with 2 additions and 133 deletions
|
@ -27,8 +27,4 @@ impl<'a> InCompartment<'a> {
|
|||
pub fn in_compartment(token: &AlreadyInCompartment) -> InCompartment {
|
||||
InCompartment::Already(token)
|
||||
}
|
||||
|
||||
pub fn entered(token: &JSAutoRealm) -> InCompartment {
|
||||
InCompartment::Entered(token)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue