diff options
Diffstat (limited to 'deps/v8/src/platform-openbsd.cc')
-rw-r--r-- | deps/v8/src/platform-openbsd.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/v8/src/platform-openbsd.cc b/deps/v8/src/platform-openbsd.cc index c85861c43..62e600441 100644 --- a/deps/v8/src/platform-openbsd.cc +++ b/deps/v8/src/platform-openbsd.cc @@ -72,12 +72,6 @@ double ceiling(double x) { } -double OS::nan_value() { - // NAN from math.h is defined in C99 and not in POSIX. - return NAN; -} - - void OS::Setup() { // Seed the random number generator. // Convert the current time to a 64-bit integer first, before converting it |