| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index b8f96aa80de3f6ca49fc9fbcfee5ead4a0b5990a..4d2f01375c8e38825fcc88e377237931a9889c6e 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -289,7 +289,6 @@ namespace internal {
|
| F(CheckIsBootstrapping, 0, 1) \
|
| F(CreateListFromArrayLike, 1, 1) \
|
| F(GetAndResetRuntimeCallStats, -1 /* <= 2 */, 1) \
|
| - F(ExportExperimentalFromRuntime, 1, 1) \
|
| F(ExportFromRuntime, 1, 1) \
|
| F(IncrementUseCounter, 1, 1) \
|
| F(InstallToContext, 1, 1) \
|
|
|