From 1529ef4dc5e4cf99ea964bc1cc47cd62cca17540 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Thu, 5 Jul 2018 22:24:17 -0400 Subject: n-api: remove experimental gate from status codes Re: https://github.com/nodejs/node/pull/21226#discussion_r200534431 PR-URL: https://github.com/nodejs/node/pull/21680 Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Gus Caplan --- src/node_api_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/node_api_types.h') diff --git a/src/node_api_types.h b/src/node_api_types.h index af7d7c7f95..3854a32f01 100644 --- a/src/node_api_types.h +++ b/src/node_api_types.h @@ -76,10 +76,8 @@ typedef enum { napi_escape_called_twice, napi_handle_scope_mismatch, napi_callback_scope_mismatch, -#ifdef NAPI_EXPERIMENTAL napi_queue_full, napi_closing, -#endif // NAPI_EXPERIMENTAL } napi_status; #ifdef NAPI_EXPERIMENTAL -- cgit v1.2.3