Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 01c4200261b5a60cb9307d811165508832367200..9d92ceb7ad847609ed4a95bf839e6c8b378abebf 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -306,7 +306,6 @@ namespace internal { |
F(NewTypeError, 2, 1) \ |
F(OrdinaryHasInstance, 2, 1) \ |
F(PromiseReject, 3, 1) \ |
- F(PromiseFulfill, 3, 1) \ |
F(PromiseHookInit, 2, 1) \ |
F(PromiseHookResolve, 1, 1) \ |
F(PromiseHookBefore, 1, 1) \ |