Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index 38633b0b42973e60632bae8b47455bc657162ff5..5f4c6863c7a3f7bc2a3914f33653ae722c0ad338 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -888,8 +888,6 @@ class CompileTimeValue: public AllStatic { |
| static bool IsCompileTimeValue(Expression* expression); |
| - static bool ArrayLiteralElementNeedsInitialization(Expression* value); |
| - |
| // Get the value as a compile time value. |
| static Handle<FixedArray> GetValue(Expression* expression); |