Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index cf49ac9c5cb817218b3c9abb08f0e4e9ad607b64..661c66f90836977a427cb03f628bd3144e8e952f 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -454,8 +454,6 @@ class CallSiteUtils : public AllStatic { |
T(NoCatchOrFinally, "Missing catch or finally after try") \ |
T(NotIsvar, "builtin %%IS_VAR: not a variable") \ |
T(ParamAfterRest, "Rest parameter must be last formal parameter") \ |
- T(InvalidRestParameter, \ |
- "Rest parameter must be an identifier or destructuring pattern") \ |
adamk
2016/08/26 20:13:03
I don't think there's much lost for users in losin
Dan Ehrenberg
2016/08/26 22:48:53
This doesn't make me all that happy. The old messa
nickie
2016/08/29 08:42:59
In principle I would agree with Dan. But this err
|
T(PushPastSafeLength, \ |
"Pushing % elements on an array-like of length % " \ |
"is disallowed, as the total surpasses 2**53-1") \ |