Skip to content

Commit 2571139

Browse files
legendecasaduh95
authored andcommitted
build: remove obsolete configure flags
Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net> PR-URL: #65456 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent b2faeb6 commit 2571139

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

configure.py

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,6 @@
326326
dest='shared_hdr_histogram_libpath',
327327
help='a directory to search for the shared HdrHistogram DLL')
328328

329-
parser.add_argument('--experimental-http-parser',
330-
action='store_true',
331-
dest='experimental_http_parser',
332-
default=None,
333-
help='(no-op)')
334-
335329
shared_optgroup.add_argument('--shared-http-parser',
336330
action='store_true',
337331
dest='shared_http_parser',
@@ -1022,33 +1016,12 @@
10221016
default=None,
10231017
help='enable Control Flow Guard (CFG)')
10241018

1025-
# Dummy option for backwards compatibility
1026-
parser.add_argument('--without-report',
1027-
action='store_true',
1028-
dest='unused_without_report',
1029-
default=None,
1030-
help=argparse.SUPPRESS)
1031-
1032-
parser.add_argument('--with-snapshot',
1033-
action='store_true',
1034-
dest='unused_with_snapshot',
1035-
default=None,
1036-
help=argparse.SUPPRESS)
1037-
1038-
parser.add_argument('--without-snapshot',
1039-
action='store_true',
1040-
dest='unused_without_snapshot',
1041-
default=None,
1042-
help=argparse.SUPPRESS)
1043-
10441019
parser.add_argument('--without-siphash',
10451020
action='store_true',
10461021
dest='without_siphash',
10471022
default=None,
10481023
help=argparse.SUPPRESS)
10491024

1050-
# End dummy list.
1051-
10521025
parser.add_argument('--without-ssl',
10531026
action='store_true',
10541027
dest='without_ssl',
@@ -1906,8 +1879,6 @@ def configure_node(o):
19061879
else target_arch != host_arch)
19071880
if cross_compiling:
19081881
os.environ['GYP_CROSSCOMPILE'] = "1"
1909-
if options.unused_without_snapshot:
1910-
warn('building --without-snapshot is no longer possible')
19111882

19121883
o['variables']['want_separate_host_toolset'] = int(cross_compiling)
19131884

0 commit comments

Comments
 (0)