Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 0b2ecfb1d99b0700fd799f85013285207923417e..bfedf445c7860e47fc0103b6120d47a566ed5324 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -237,7 +237,6 @@ namespace internal { |
F(ResumeJSGeneratorObject, 3, 1) \ |
F(GeneratorClose, 1, 1) \ |
F(GeneratorGetFunction, 1, 1) \ |
- F(GeneratorGetContext, 1, 1) \ |
F(GeneratorGetReceiver, 1, 1) \ |
F(GeneratorGetInput, 1, 1) \ |
F(GeneratorGetContinuation, 1, 1) \ |