summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-06-19 17:10:28 +0200
committerJames M Snell <jasnell@gmail.com>2020-06-24 15:20:59 -0700
commit53fb2b6b418367e4c023cbd6531efff9839d0847 (patch)
tree84e47ca1f59856f811f82ca3bfd6f33b00bfcdcf /node.gyp
parent78ca61e2cfda9b1e227b0339831ce7507921bc13 (diff)
downloadios-node-v8-53fb2b6b418367e4c023cbd6531efff9839d0847.tar.gz
ios-node-v8-53fb2b6b418367e4c023cbd6531efff9839d0847.tar.bz2
ios-node-v8-53fb2b6b418367e4c023cbd6531efff9839d0847.zip
src: remove _third_party_main support
Since 7dead8440c7ee, there is a more official alternative that is tested and comes with a proper API, and since a6c57cc66d0, the `LoadEnvironment(env)` overload is deprecated, which is the closest thing we can achieve to deprecating `_third_party_main` support. Thus, we can now consider us able to remove `_third_party_main` support. Fixes: https://github.com/nodejs/node/issues/24017 Refs: https://github.com/nodejs/node/pull/30467 Refs: https://github.com/nodejs/node/pull/32858 PR-URL: https://github.com/nodejs/node/pull/33971 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
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 cc9c52cef4..7331f127f2 100644
--- a/node.gyp
+++ b/node.gyp
@@ -162,7 +162,6 @@
'lib/internal/main/prof_process.js',
'lib/internal/main/repl.js',
'lib/internal/main/run_main_module.js',
- 'lib/internal/main/run_third_party_main.js',
'lib/internal/main/worker_thread.js',
'lib/internal/modules/run_main.js',
'lib/internal/modules/package_json_reader.js',