Reviewers: danno,

Description:
Remove unused variable.


BUG=
TEST=


Please review this at http://codereview.chromium.org/10559082/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/parser.cc


Index: src/parser.cc
diff --git a/src/parser.cc b/src/parser.cc
index 6437241af4a2c0480f5cd7c9aac03216c3ff237c..df6dc3b8445ae12c0ea7e29b23035625974be4e4 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<Script> script = info->script();
   ASSERT((parsing_flags & kLanguageModeMask) == CLASSIC_MODE);
   if (!info->is_native() && FLAG_harmony_scoping) {
     // Harmony scoping is requested.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to