| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 3b0538c36170420a9845eda78dcc8f6d270faf17..da9637b9410c18ebfe6a8bd5cec5d8303e04d94a 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -430,9 +430,6 @@ class CallSite {
|
| T(SloppyFunction, \
|
| "In non-strict mode code, functions can only be declared at top level, " \
|
| "inside a block, or as the body of an if statement.") \
|
| - T(SloppyLexical, \
|
| - "Block-scoped declarations (let, const, function, class) not yet " \
|
| - "supported outside strict mode") \
|
| T(SpeciesNotConstructor, \
|
| "object.constructor[Symbol.species] is not a constructor") \
|
| T(StrictDelete, "Delete of an unqualified identifier in strict mode.") \
|
|
|