We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f1b33 commit 0f4e9daCopy full SHA for 0f4e9da
src/async-wrap.cc
@@ -516,7 +516,6 @@ AsyncWrap::~AsyncWrap() {
516
// and reused over their lifetime. This way a new uid can be assigned when
517
// the resource is pulled out of the pool and put back into use.
518
void AsyncWrap::AsyncReset(bool silent) {
519
- AsyncHooks* async_hooks = env()->async_hooks();
520
async_id_ = env()->new_async_id();
521
trigger_id_ = env()->get_init_trigger_id();
522
0 commit comments