summaryrefslogtreecommitdiff
path: root/src/node_extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_extensions.h')
-rw-r--r--src/node_extensions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_extensions.h b/src/node_extensions.h
index a9023c62f7..3b0731605e 100644
--- a/src/node_extensions.h
+++ b/src/node_extensions.h
@@ -31,9 +31,6 @@ NODE_EXT_LIST_ITEM(node_crypto)
#endif
NODE_EXT_LIST_ITEM(node_evals)
NODE_EXT_LIST_ITEM(node_fs)
-#ifdef __POSIX__
-NODE_EXT_LIST_ITEM(node_net)
-#endif
NODE_EXT_LIST_ITEM(node_http_parser)
#ifdef __POSIX__
NODE_EXT_LIST_ITEM(node_signal_watcher)