Reviewers: Jakob, Message: Small 1-line code review.
Description: Remove dead code from our JS builtin-code in math.js. $random is never used within our JS builtin code. Please review this at https://chromiumcodereview.appspot.com/10166003/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/math.js Index: src/math.js =================================================================== --- src/math.js (revision 11389) +++ src/math.js (working copy) @@ -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
