Skip to content

src: remove unused AsyncResource constructor in node.h

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

Merge request reports

Loading