Skip to content

Commit

Permalink
Remove the async API sources (#212)
Browse files Browse the repository at this point in the history
These APIs will be redesigned and added into the master branch after our main PR lands there.

See #204 to see progress on the redesigned APIs.
  • Loading branch information
boingoing authored Mar 29, 2017
1 parent c9f1143 commit c41c754
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 103 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ test/addons-napi/.buildstamp: config.gypi \
$(ADDONS_NAPI_BINDING_GYPS) $(ADDONS_NAPI_BINDING_SOURCES) \
deps/uv/include/*.h deps/v8/include/*.h \
src/node.h src/node_buffer.h src/node_object_wrap.h src/node_version.h \
src/node_api.h src/node_api_async.h
src/node_api.h src/node_api_types.h
# Cannot use $(wildcard test/addons/*/) here, it's evaluated before
# embedded addons have been generated from the documentation.
@for dirname in test/addons-napi/*/; do \
Expand Down
3 changes: 0 additions & 3 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@
'src/node_api.cc',
'src/node_api.h',
'src/node_api_types.h',
'src/node_api_async.cc',
'src/node_api_async.h',
'src/node_api_async_types.h',
'src/node_buffer.cc',
'src/node_config.cc',
'src/node_constants.cc',
Expand Down
69 changes: 0 additions & 69 deletions src/node_api_async.cc

This file was deleted.

20 changes: 0 additions & 20 deletions src/node_api_async.h

This file was deleted.

8 changes: 0 additions & 8 deletions src/node_api_async_types.h

This file was deleted.

2 changes: 0 additions & 2 deletions tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def headers(action):
'src/node.h',
'src/node_api.h',
'src/node_api_types.h',
'src/node_api_async.h',
'src/node_api_async_types.h',
'src/node_buffer.h',
'src/node_object_wrap.h',
'src/node_version.h',
Expand Down

0 comments on commit c41c754

Please sign in to comment.