| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index b9bdcbaa5210104cd01acb2d3f84e32d3ffcdc63..ca487407182aaf3e0edf51395b07e69197861e92 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -291,7 +291,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) \
|
|
|