From 7a1b0ac06fa06c74ca20972e21c315b58e34d618 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 13 Feb 2020 15:27:13 -0800 Subject: [PATCH] Revert "build: re-introduce --use-largepages as no-op" This reverts commit 5fcf542faa08e6f59428d60dbd385595597bcda8. PR-URL: https://github.com/nodejs/node/pull/31782 Reviewed-By: James M Snell Reviewed-By: Richard Lau --- configure.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.py b/configure.py index 6a01fa46378c3b..210bd8ec279909 100755 --- a/configure.py +++ b/configure.py @@ -398,16 +398,6 @@ dest='with_etw', help='build with ETW (default is true on Windows)') -parser.add_option('--use-largepages', - action='store_true', - dest='node_use_large_pages', - help='This option has no effect. --use-largepages is now a runtime option.') - -parser.add_option('--use-largepages-script-lld', - action='store_true', - dest='node_use_large_pages_script_lld', - help='This option has no effect. --use-largepages is now a runtime option.') - intl_optgroup.add_option('--with-intl', action='store', dest='with_intl',