From c67d3d0c3caf74795871f813dbef2ec3fc196e58 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 20 Sep 2018 12:13:39 -0400 Subject: 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 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig --- src/async_wrap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/async_wrap.h') 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) \ -- cgit v1.2.3