| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 633fcc4517771ccbf53000dde6741b034c1787d0..c3d662d853cb7441e124d503acf18b1dc18aa170 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -335,7 +335,6 @@ namespace internal {
|
| F(CollectStackTrace, 2, 1) \
|
| F(MessageGetStartPosition, 1, 1) \
|
| F(MessageGetScript, 1, 1) \
|
| - F(ErrorToStringRT, 1, 1) \
|
| F(FormatMessageString, 4, 1) \
|
| F(CallSiteGetFileNameRT, 1, 1) \
|
| F(CallSiteGetFunctionNameRT, 1, 1) \
|
|
|