| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 682c05cfd24819075dbe2c626281a399c8a1f16f..e6830889f3b7cd3493e89735e8ea0c9ba55ad913 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -264,10 +264,8 @@ namespace internal {
|
| F(CreateDateTimeFormat, 3, 1) \
|
| F(InternalDateFormat, 2, 1) \
|
| F(InternalDateFormatToParts, 2, 1) \
|
| - F(InternalDateParse, 2, 1) \
|
| F(CreateNumberFormat, 3, 1) \
|
| F(InternalNumberFormat, 2, 1) \
|
| - F(InternalNumberParse, 2, 1) \
|
| F(CreateCollator, 3, 1) \
|
| F(InternalCompare, 3, 1) \
|
| F(StringNormalize, 2, 1) \
|
|
|