mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Remove unused code from a bunch of crates
This commit is contained in:
parent
8b6ed3d182
commit
e64de8d90a
8 changed files with 6 additions and 74 deletions
|
@ -27,4 +27,8 @@ 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