summaryrefslogtreecommitdiff
path: root/src/node_extensions.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-10-11 13:21:30 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-10-11 13:21:30 -0700
commit58e892dadd4a93da74fca40a4d0b4d57fd5ce0fb (patch)
tree7b2f9fcbdba66a693fd3c2a169b9f408440de597 /src/node_extensions.h
parent96e423a6652185cc52f73915a74f4d862ec34120 (diff)
downloadnode-58e892dadd4a93da74fca40a4d0b4d57fd5ce0fb.tar.gz
Remove dns_legacy
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 f4ff7a8dc..6f146544c 100644
--- a/src/node_extensions.h
+++ b/src/node_extensions.h
@@ -22,9 +22,6 @@
NODE_EXT_LIST_START
NODE_EXT_LIST_ITEM(node_buffer)
-#ifdef __POSIX__
-NODE_EXT_LIST_ITEM(node_cares)
-#endif
#if HAVE_OPENSSL
NODE_EXT_LIST_ITEM(node_crypto)
#endif