Skip to content

Commit c4e1af7

Browse files
bnoordhuisMylesBorins
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 61ac334 commit c4e1af7

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
@@ -2277,8 +2277,6 @@ struct node_module* get_linked_module(const char* name) {
22772277
return mp;
22782278
}
22792279

2280-
typedef void (UV_DYNAMIC* extInit)(Local<Object> exports);
2281-
22822280
// DLOpen is process.dlopen(module, filename).
22832281
// Used to load 'module.node' dynamically shared objects.
22842282
//

0 commit comments

Comments
 (0)