Index: src/parser.cc |
diff --git a/src/parser.cc b/src/parser.cc |
index d84649d86b268cb224d28c0a0115f2638f99582b..5a315a8150fb3f17b809f99c71ea39e5e6724f3d 100644 |
--- a/src/parser.cc |
+++ b/src/parser.cc |
@@ -5703,13 +5703,6 @@ RegExpTree* RegExpParser::ParseCharacterClass() { |
// ---------------------------------------------------------------------------- |
// The Parser interface. |
-ParserMessage::~ParserMessage() { |
- for (int i = 0; i < args().length(); i++) |
- DeleteArray(args()[i]); |
- DeleteArray(args().start()); |
-} |
- |
- |
ScriptDataImpl::~ScriptDataImpl() { |
if (owns_store_) store_.Dispose(); |
} |