Revision: 11874
Author:   [email protected]
Date:     Wed Jun 20 01:14:31 2012
Log:      Remove unused variable in mksnapshot.cc.
Review URL: https://chromiumcodereview.appspot.com/10559078
http://code.google.com/p/v8/source/detail?r=11874

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

=======================================
--- /branches/bleeding_edge/src/mksnapshot.cc   Tue Jun 19 11:38:03 2012
+++ /branches/bleeding_edge/src/mksnapshot.cc   Wed Jun 20 01:14:31 2012
@@ -345,7 +345,7 @@
       fprintf(stderr, "Failure compiling '%s' (see above)\n", name);
       exit(1);
     }
-    Handle<Value> ret = script->Run();
+    script->Run();
     if (try_catch.HasCaught()) {
       fprintf(stderr, "Failure running '%s'\n", name);
       Local<Message> message = try_catch.Message();

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

Reply via email to