From dce8dccd88c1b9b915fa2afb098aaeb93d508453 Mon Sep 17 00:00:00 2001 From: "sanjoy@chromium.org" Date: Wed, 20 Jun 2012 13:32:18 +0000 Subject: [PATCH] Remove unused variable. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10559082 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11885 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/parser.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/parser.cc b/src/parser.cc index 6437241..df6dc3b 100644 --- a/src/parser.cc +++ b/src/parser.cc @@ -6026,7 +6026,6 @@ bool RegExpParser::ParseRegExp(FlatStringReader* input, bool ParserApi::Parse(CompilationInfo* info, int parsing_flags) { ASSERT(info->function() == NULL); FunctionLiteral* result = NULL; - Handle