We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7978f0 commit 8a5c0fbCopy full SHA for 8a5c0fb
src/node.cc
@@ -2368,8 +2368,6 @@ struct node_module* get_linked_module(const char* name) {
2368
return mp;
2369
}
2370
2371
-typedef void (UV_DYNAMIC* extInit)(Local<Object> exports);
2372
-
2373
// DLOpen is process.dlopen(module, filename).
2374
// Used to load 'module.node' dynamically shared objects.
2375
//
0 commit comments