Skip to content

Commit

Permalink
Remove comment regarding releasing weakrefs (nodejs#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored and jasongin committed Jan 26, 2017
1 parent b7244cb commit f74e46f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_jsvmapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ NODE_EXTERN napi_value napi_get_persistent_value(napi_env e, napi_persistent p);
NODE_EXTERN napi_weakref napi_create_weakref(napi_env e, napi_value v);
NODE_EXTERN bool napi_get_weakref_value(napi_env e, napi_weakref w,
napi_value *pv);
// is this actually needed?
NODE_EXTERN void napi_release_weakref(napi_env e, napi_weakref w);
NODE_EXTERN napi_handle_scope napi_open_handle_scope(napi_env e);
NODE_EXTERN void napi_close_handle_scope(napi_env e, napi_handle_scope s);
Expand Down

0 comments on commit f74e46f

Please sign in to comment.