Revision: 11885
Author:   [email protected]
Date:     Wed Jun 20 06:32:18 2012
Log:      Remove unused variable.

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10559082
http://code.google.com/p/v8/source/detail?r=11885

Modified:
 /branches/bleeding_edge/src/parser.cc

=======================================
--- /branches/bleeding_edge/src/parser.cc       Wed Jun 20 03:56:53 2012
+++ /branches/bleeding_edge/src/parser.cc       Wed Jun 20 06:32:18 2012
@@ -6026,7 +6026,6 @@
 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