summaryrefslogtreecommitdiffstats
path: root/js/src/jsnum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jsnum.cpp')
-rw-r--r--js/src/jsnum.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/js/src/jsnum.cpp b/js/src/jsnum.cpp
index 98d045987..28ed15159 100644
--- a/js/src/jsnum.cpp
+++ b/js/src/jsnum.cpp
@@ -991,14 +991,10 @@ js::FIX_FPU()
#endif
}
-bool
+void
js::InitRuntimeNumberState(JSRuntime* rt)
{
FIX_FPU();
-
- // XXX EXPOSE_INTL_API has become true all the time, meaning this is
- // no longer fallible, and we should change its return type.
- return true;
}
JSObject*