diff options
Diffstat (limited to 'js/src/jsnum.h')
-rw-r--r-- | js/src/jsnum.h | 5 |
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); |