summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2022-07-14 00:13:33 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2022-07-21 09:27:52 +0800
commit7a9266222dd07f49d29f42a24b07238cbc4c9fc9 (patch)
treee5b872801d5a7bf6417e28922276f5ed100c0d1b /node.gyp
parented7b6764c285c88d701958f96ccded76f02aedc0 (diff)
downloadnode-new-7a9266222dd07f49d29f42a24b07238cbc4c9fc9.tar.gz
src: merge NativeModuleEnv into NativeModuleLoader
Now that we include the code cache into the embedded snapshot, there is no point in splitting an Environment-independent NativeModuleLoader out of NativeModuleEnv. Merge the two classes for simplicity. PR-URL: https://github.com/nodejs/node/pull/43824 Refs: https://github.com/nodejs/node/issues/31074 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index a5106284fc..6efd75dce4 100644
--- a/node.gyp
+++ b/node.gyp
@@ -504,7 +504,6 @@
'src/node_messaging.cc',
'src/node_metadata.cc',
'src/node_native_module.cc',
- 'src/node_native_module_env.cc',
'src/node_options.cc',
'src/node_os.cc',
'src/node_perf.cc',
@@ -610,7 +609,6 @@
'src/node_metadata.h',
'src/node_mutex.h',
'src/node_native_module.h',
- 'src/node_native_module_env.h',
'src/node_object_wrap.h',
'src/node_options.h',
'src/node_options-inl.h',