| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 9c5c0b5f99fc497493a3818c65290624d6e6d194..23ea71cdebbf25e64e158b1e43fa5e33e0ccea60 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -321,7 +321,6 @@ namespace internal {
|
| F(AllocateInTargetSpace, 2, 1) \
|
| F(CollectStackTrace, 2, 1) \
|
| F(RenderCallSite, 0, 1) \
|
| - F(GetFromCacheRT, 2, 1) \
|
| F(MessageGetStartPosition, 1, 1) \
|
| F(MessageGetScript, 1, 1) \
|
| F(FormatMessageString, 4, 1) \
|
| @@ -336,7 +335,6 @@ namespace internal {
|
| F(CallSiteIsEvalRT, 3, 1) \
|
| F(CallSiteIsConstructorRT, 3, 1) \
|
| F(IS_VAR, 1, 1) \
|
| - F(GetFromCache, 2, 1) \
|
| F(IncrementStatsCounter, 1, 1) \
|
| F(Likely, 1, 1) \
|
| F(Unlikely, 1, 1) \
|
|
|