Reviewers: danno,

Description:
Remove the use of <limits> from strtod.cc. It is not unused.

The only remaining use of <limits> is in globals.h for a range of GCC
versions for which the INFINITY macro is broken.

[email protected]
BUG=
TEST=


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

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

Affected files:
  M src/strtod.cc


Index: src/strtod.cc
diff --git a/src/strtod.cc b/src/strtod.cc
index c89c8f33397c0b4b13cdf24021db1835949ebdde..be79c80085200dc8015e53687e6e3e9c80f38418 100644
--- a/src/strtod.cc
+++ b/src/strtod.cc
@@ -27,7 +27,6 @@

 #include <stdarg.h>
 #include <math.h>
-#include <limits>

 #include "globals.h"
 #include "utils.h"


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

Reply via email to