Revision: 9491 Author: [email protected] Date: Fri Sep 30 02:16:01 2011 Log: Remove the use of <limits> from strtod.cc. It is 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= Review URL: http://codereview.chromium.org/8083030 http://code.google.com/p/v8/source/detail?r=9491 Modified: /branches/bleeding_edge/src/strtod.cc ======================================= --- /branches/bleeding_edge/src/strtod.cc Wed Sep 7 05:39:53 2011 +++ /branches/bleeding_edge/src/strtod.cc Fri Sep 30 02:16:01 2011 @@ -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
