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: #21226 (comment)
PR-URL: #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 authored and targos committed Jul 10, 2018
1 parent 109c599 commit b8ba003
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 b8ba003

Please sign in to comment.