Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 7c89ccf4b2d43abe4d9290da9dd494d8acbefa0d..5a9d60f3c98cb60c9919da2942033c53d0d0d6a3 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -310,16 +310,6 @@ namespace internal { |
F(MessageGetStartPosition, 1, 1) \ |
F(MessageGetScript, 1, 1) \ |
F(FormatMessageString, 4, 1) \ |
- F(CallSiteGetFileNameRT, 1, 1) \ |
- F(CallSiteGetFunctionNameRT, 1, 1) \ |
- F(CallSiteGetScriptNameOrSourceUrlRT, 1, 1) \ |
- F(CallSiteGetMethodNameRT, 1, 1) \ |
- F(CallSiteGetLineNumberRT, 1, 1) \ |
- F(CallSiteGetColumnNumberRT, 1, 1) \ |
- F(CallSiteIsNativeRT, 1, 1) \ |
- F(CallSiteIsToplevelRT, 1, 1) \ |
- F(CallSiteIsEvalRT, 1, 1) \ |
- F(CallSiteIsConstructorRT, 1, 1) \ |
F(IS_VAR, 1, 1) \ |
F(ThrowConstructedNonConstructable, 1, 1) \ |
F(ThrowDerivedConstructorReturnedNonObject, 0, 1) \ |