From 891026d00551992f4c957eb20c13d65183126605 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 4 May 2018 22:02:48 +0200 Subject: Make InitRuntimeNumberState's return type reflect its infallible nature. --- js/src/jsnum.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/src/jsnum.h') diff --git a/js/src/jsnum.h b/js/src/jsnum.h index 2e7049888..8dff45f69 100644 --- a/js/src/jsnum.h +++ b/js/src/jsnum.h @@ -34,8 +34,7 @@ namespace js { class StringBuffer; -extern MOZ_MUST_USE bool -InitRuntimeNumberState(JSRuntime* rt); +void InitRuntimeNumberState(JSRuntime* rt); /* Initialize the Number class, returning its prototype object. */ extern JSObject* -- cgit v1.2.3