| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 1c1b83c6ddab300cbe452483552aa99ca2a92fbd..43faa7eb1add35814be610a8caf705fdf9a6902e 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -292,9 +292,6 @@ class CallSite {
|
| T(RegExpNonObject, "% getter called on non-object %") \
|
| T(RegExpNonRegExp, "% getter called on non-RegExp object") \
|
| T(ReinitializeIntl, "Trying to re-initialize % object.") \
|
| - T(ResolvedOptionsCalledOnNonObject, \
|
| - "resolvedOptions method called on a non-object or on a object that is " \
|
| - "not Intl.%.") \
|
| T(ResolverNotAFunction, "Promise resolver % is not a function") \
|
| T(RestrictedFunctionProperties, \
|
| "'caller' and 'arguments' are restricted function properties and cannot " \
|
|
|