diff --git a/ext/node/global.rs b/ext/node/global.rs index 0eee6a73b3..45dec1818c 100644 --- a/ext/node/global.rs +++ b/ext/node/global.rs @@ -52,7 +52,6 @@ const fn str_to_utf16(s: &str) -> [u16; N] { // - clearImmediate (node only) // - clearInterval (both, but different implementation) // - clearTimeout (both, but different implementation) -// - global (node only) // - performance (both, but different implementation) // - setImmediate (node only) // - setInterval (both, but different implementation)