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 8468d82 commit ce01372Copy full SHA for ce01372
src/node.cc
@@ -2420,8 +2420,6 @@ struct node_module* get_linked_module(const char* name) {
2420
return mp;
2421
}
2422
2423
-typedef void (UV_DYNAMIC* extInit)(Local<Object> exports);
2424
-
2425
// DLOpen is process.dlopen(module, filename).
2426
// Used to load 'module.node' dynamically shared objects.
2427
//
0 commit comments