diff --git a/src/node.cc b/src/node.cc index 0ee0133df41c75..65605ce07a7ae5 100644 --- a/src/node.cc +++ b/src/node.cc @@ -2368,8 +2368,6 @@ struct node_module* get_linked_module(const char* name) { return mp; } -typedef void (UV_DYNAMIC* extInit)(Local exports); - // DLOpen is process.dlopen(module, filename). // Used to load 'module.node' dynamically shared objects. //