From b5f73a6258ceae6fb6660624123b6d55c859da9a Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 28 Oct 2022 08:52:33 +0530 Subject: [PATCH] remove TODO --- core/bindings.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/bindings.rs b/core/bindings.rs index 741ab63365..1a869f3c4a 100644 --- a/core/bindings.rs +++ b/core/bindings.rs @@ -107,10 +107,6 @@ pub fn initialize_context<'s>( // Snapshot already registered `Deno.core.ops` but // extensions may provide ops that aren't part of the snapshot. - // - // TODO(@littledivy): This is extra complexity for - // a really weird usecase. Remove this once all - // tsc ops are static at snapshot time. if snapshot_loaded { // Grab the Deno.core.ops object & init it let ops_obj = JsRuntime::grab_global::(scope, "Deno.core.ops")