Commit bcd9e5b1 authored by ager@chromium.org's avatar ager@chromium.org

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.

R=danno@chromium.org
BUG=
TEST=

Review URL: http://codereview.chromium.org/8083030

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9491 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 807ae243
......@@ -27,7 +27,6 @@
#include <stdarg.h>
#include <math.h>
#include <limits>
#include "globals.h"
#include "utils.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment