Skip to content
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 unused AsyncResource constructor in node.h #25793

Closed
wants to merge 1 commit into from

Conversation

gengjiawen
Copy link
Member

The AsyncResource has two constructors. The removed constructor is not used anymore. Also the other constructor can easily replace the removed one.
The diff is one used const char* name, the removed one use v8::Local<v8::String> name.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Jan 29, 2019
@danbev
Copy link
Contributor

danbev commented Feb 1, 2019

@addaleax
Copy link
Member

addaleax commented Feb 1, 2019

Landed in dee9a61 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants