summaryrefslogtreecommitdiff
path: root/core/01_core.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/01_core.js')
-rw-r--r--core/01_core.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/01_core.js b/core/01_core.js
index 21376b695..156300327 100644
--- a/core/01_core.js
+++ b/core/01_core.js
@@ -268,10 +268,6 @@
terminate: opSync.bind(null, "op_terminate"),
opNames: opSync.bind(null, "op_op_names"),
eventLoopHasMoreWork: opSync.bind(null, "op_event_loop_has_more_work"),
- setPromiseRejectCallback: opSync.bind(
- null,
- "op_set_promise_reject_callback",
- ),
});
ObjectAssign(globalThis.__bootstrap, { core });