diff --git a/src/node.cc b/src/node.cc index 6c98a9b70b1ea0..63c49c49b09a5c 100644 --- a/src/node.cc +++ b/src/node.cc @@ -2277,8 +2277,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. //