summaryrefslogtreecommitdiff
path: root/src/async_wrap.h
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2018-09-20 12:13:39 -0400
committerJoyee Cheung <joyeec9h3@gmail.com>2018-09-23 19:26:11 -0400
commitc67d3d0c3caf74795871f813dbef2ec3fc196e58 (patch)
tree6a3449bf30d7f97c64810d16533cd41da098c9ee /src/async_wrap.h
parentde0441f6f677b338b78752b8fbaac767fdf35075 (diff)
downloadandroid-node-v8-c67d3d0c3caf74795871f813dbef2ec3fc196e58.tar.gz
android-node-v8-c67d3d0c3caf74795871f813dbef2ec3fc196e58.tar.bz2
android-node-v8-c67d3d0c3caf74795871f813dbef2ec3fc196e58.zip
src: remove calls to SetWrapperClassId()
We have migrated from the deprecated RetainedObjectInfo API to the new EmbedderGraph API, so there is no need to take care of wrapper class ids anymore since they are dedicated to the deprecated API (the new API uses a graph instead of ids to retrieve info about nodes). PR-URL: https://github.com/nodejs/node/pull/22975 Refs: https://github.com/nodejs/node/pull/21741 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'src/async_wrap.h')
-rw-r--r--src/async_wrap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/async_wrap.h b/src/async_wrap.h
index b10676ce1d..50864837d6 100644
--- a/src/async_wrap.h
+++ b/src/async_wrap.h
@@ -31,8 +31,6 @@
namespace node {
-#define NODE_ASYNC_ID_OFFSET 0xA1C
-
#define NODE_ASYNC_NON_CRYPTO_PROVIDER_TYPES(V) \
V(NONE) \
V(DNSCHANNEL) \