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 61ac334 commit c4e1af7Copy full SHA for c4e1af7
src/node.cc
@@ -2277,8 +2277,6 @@ struct node_module* get_linked_module(const char* name) {
2277
return mp;
2278
}
2279
2280
-typedef void (UV_DYNAMIC* extInit)(Local<Object> exports);
2281
-
2282
// DLOpen is process.dlopen(module, filename).
2283
// Used to load 'module.node' dynamically shared objects.
2284
//
0 commit comments