Skip to content

Commit

Permalink
n-api: remove experimental gate from status codes
Browse files Browse the repository at this point in the history
Re: nodejs#21226 (comment)
PR-URL: nodejs#21680
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
  • Loading branch information
Gabriel Schulhof committed Jul 9, 2018
1 parent 978d89f commit 1529ef4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/node_api_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1529ef4

Please sign in to comment.