Remove the use of <limits> from strtod.cc. It is unused.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 30 Sep 2011 09:16:01 +0000 (09:16 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 30 Sep 2011 09:16:01 +0000 (09:16 +0000)
commitbcd9e5b19ebb99c41d2f8be70fbab6f0835cd9c5
tree3770f9265a0138515fd73570db772257aedee7ac
parent807ae2430792ec2024e01576fcb32df77a529027
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
src/strtod.cc