Revision: 11400
Author:   [email protected]
Date:     Fri Apr 20 04:24:16 2012
Log:      Remove dead code from our JS builtin-code in math.js.

$random is never used within our JS builtin code.
Review URL: https://chromiumcodereview.appspot.com/10166003
http://code.google.com/p/v8/source/detail?r=11400

Modified:
 /branches/bleeding_edge/src/math.js

=======================================
--- /branches/bleeding_edge/src/math.js Mon Feb 20 05:48:24 2012
+++ /branches/bleeding_edge/src/math.js Fri Apr 20 04:24:16 2012
@@ -30,7 +30,6 @@
 // has the added benefit that the code in this file is isolated from
 // changes to these properties.
 var $floor = MathFloor;
-var $random = MathRandom;
 var $abs = MathAbs;

 // Instance class name can only be set on functions. That is the only

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

Reply via email to