mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove redundant rooted_vec
macro (#36214)
This macro was copied into mozjs in 2023, in servo/mozjs#352 The two versions are identical, and rooting infrastructure generally lives in mozjs. Let's not keep this redundant copy around. The mozjs version is already imported evyerwhere via `#[macro_use]`. Signed-off-by: Greg Morenz <greg-morenz@droid.cafe>
This commit is contained in:
parent
5f5bf87eee
commit
5d1c64dba9
2 changed files with 0 additions and 17 deletions
|
@ -38,7 +38,6 @@ use std::ops::{Deref, DerefMut};
|
|||
|
||||
/// A trait to allow tracing (only) DOM objects.
|
||||
pub(crate) use js::gc::Traceable as JSTraceable;
|
||||
pub(crate) use js::gc::{RootableVec, RootedVec};
|
||||
use js::glue::{CallScriptTracer, CallStringTracer, CallValueTracer};
|
||||
use js::jsapi::{GCTraceKindToAscii, Heap, JSScript, JSString, JSTracer, TraceKind};
|
||||
use js::jsval::JSVal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue