summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorStephen Belanger <admin@stephenbelanger.com>2020-06-09 14:50:03 -0700
committerShelley Vohr <shelley.vohr@gmail.com>2020-06-30 09:34:17 -0700
commitad31b2ad8af5d21078c831dc34fde9bbef828caf (patch)
tree031ded403597d745b08569d7322dbce63b12ab89 /node.gyp
parent22c764f6f1367cc8374aafcc270e88270ef3bd5b (diff)
downloadnode-new-ad31b2ad8af5d21078c831dc34fde9bbef828caf.tar.gz
domain: remove native domain code
With the async_hooks callback trampoline, domains no longer need any native code. With this, domains can exist in pure JavaScript. PR-URL: https://github.com/nodejs/node/pull/33801 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index fe648aa6df..c870f8cacf 100644
--- a/node.gyp
+++ b/node.gyp
@@ -582,7 +582,6 @@
'src/node_contextify.cc',
'src/node_credentials.cc',
'src/node_dir.cc',
- 'src/node_domain.cc',
'src/node_env_var.cc',
'src/node_errors.cc',
'src/node_file.cc',