Skip to content

Commit

Permalink
[squash] fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed May 27, 2017
1 parent 55f1b33 commit 0f4e9da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/async-wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ AsyncWrap::~AsyncWrap() {
// and reused over their lifetime. This way a new uid can be assigned when
// the resource is pulled out of the pool and put back into use.
void AsyncWrap::AsyncReset(bool silent) {
AsyncHooks* async_hooks = env()->async_hooks();
async_id_ = env()->new_async_id();
trigger_id_ = env()->get_init_trigger_id();

Expand Down

0 comments on commit 0f4e9da

Please sign in to comment.