diff options
| author | Rod Vagg <rod@vagg.org> | 2018-04-16 16:51:56 +1000 |
|---|---|---|
| committer | Rod Vagg <rod@vagg.org> | 2018-04-16 16:51:56 +1000 |
| commit | 33ab526b2d495cdf2a1c4f187e3683652675445c (patch) | |
| tree | 4e23a887f4851dc067d5482ce453a4ad9cf86e8f /lib/internal/bootstrap/node.js | |
| parent | 978e1524bba34fb92e6710f589329cd03cbec87b (diff) | |
| download | node-new-rvagg/revert-process-release-extensions.tar.gz | |
Revert "process: add version constants and compare"rvagg/revert-process-release-extensions
This reverts commit 91e0f8db118b125e805a77ce31dc21af57ee7abf.
Diffstat (limited to 'lib/internal/bootstrap/node.js')
| -rw-r--r-- | lib/internal/bootstrap/node.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/internal/bootstrap/node.js b/lib/internal/bootstrap/node.js index b74c194d07..7762aac846 100644 --- a/lib/internal/bootstrap/node.js +++ b/lib/internal/bootstrap/node.js @@ -35,7 +35,6 @@ setupGlobalVariables(); const _process = NativeModule.require('internal/process'); - _process.setupCompareVersion(); _process.setupConfig(NativeModule._source); _process.setupSignalHandlers(); _process.setupUncaughtExceptionCapture(exceptionHandlerState); |
