summaryrefslogtreecommitdiffstats
path: root/js/src/jsnum.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jsnum.h')
-rw-r--r--js/src/jsnum.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/src/jsnum.h b/js/src/jsnum.h
index 62b3d617f..2e7049888 100644
--- a/js/src/jsnum.h
+++ b/js/src/jsnum.h
@@ -37,11 +37,6 @@ class StringBuffer;
extern MOZ_MUST_USE bool
InitRuntimeNumberState(JSRuntime* rt);
-#if !EXPOSE_INTL_API
-extern void
-FinishRuntimeNumberState(JSRuntime* rt);
-#endif
-
/* Initialize the Number class, returning its prototype object. */
extern JSObject*
InitNumberClass(JSContext* cx, HandleObject obj);