-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src: remove asyncwrapobject #35511
src: remove asyncwrapobject #35511
Conversation
Review requested:
|
Me: Can we remove stuff? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
50226ce LGTM.
Adding the |
50226ce
to
44ddac1
Compare
Relevant lint error:
|
Following the crypto subsystem refactor, this is now unused. Begone!! Signed-off-by: James M Snell <jasnell@gmail.com>
245c9ab
to
27e418b
Compare
Landed in 83eaaf9 |
Following the crypto subsystem refactor, this is now unused. Begone!! Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #35511 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
This appears to build on a semver major change so I'm adding the dont land labels for older release lines |
Following the crypto subsystem refactor, this is now unused. Begone!! Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: nodejs#35511 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
See, I remove code sometimes also!
Once #35093 lands, the AsyncWrapObject will no longer be used. #35093 must land before this.
/cc @addaleax
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes