diff --git a/configure.py b/configure.py index 6537a62d3954d8..6a01fa46378c3b 100755 --- a/configure.py +++ b/configure.py @@ -1060,13 +1060,6 @@ def configure_node(o): else: o['variables']['node_use_dtrace'] = 'false' - if options.node_use_large_pages or options.node_use_large_pages_script_lld: - warn('''The `--use-largepages` and `--use-largepages-script-lld` options - have no effect during build time. Support for mapping to large pages is - now a runtime option of Node.js. Run `node --use-largepages` or add - `--use-largepages` to the `NODE_OPTIONS` environment variable once - Node.js is built to enable mapping to large pages.''') - if options.no_ifaddrs: o['defines'] += ['SUNOS_NO_IFADDRS']