Skip to content

Commit 8a5c0fb

Browse files
bnoordhuisitaloacasas
authored andcommitted
src: remove unused typedef
Seems to have been overlooked in commit dd93c53 ("Make node::DLOpen use uv_dlopen") from 2011. PR-URL: #11322 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Nikolai Vavilov <vvnicholas@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
1 parent e7978f0 commit 8a5c0fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node.cc

-2
Original file line numberDiff line numberDiff line change
@@ -2368,8 +2368,6 @@ struct node_module* get_linked_module(const char* name) {
23682368
return mp;
23692369
}
23702370

2371-
typedef void (UV_DYNAMIC* extInit)(Local<Object> exports);
2372-
23732371
// DLOpen is process.dlopen(module, filename).
23742372
// Used to load 'module.node' dynamically shared objects.
23752373
//

0 commit comments

Comments
 (0)