Skip to content

Commit

Permalink
n-api: remove experimental gate from status codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Jul 9, 2018
1 parent 978d89f commit 4100ba7
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 4100ba7

Please sign in to comment.