Skip to content

Commit 354f320

Browse files
bnoordhuisjasnell
authored andcommitted
build: remove unused configuration variable
`want_separate_host_toolset_mkpeephole` was removed when V8 was upgraded to version 5.9 in commit 3dc8c3b from June. PR-URL: #15266 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 5ea4b88 commit 354f320

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,8 +843,6 @@ def configure_node(o):
843843
want_snapshots = not options.without_snapshot
844844
o['variables']['want_separate_host_toolset'] = int(
845845
cross_compiling and want_snapshots)
846-
o['variables']['want_separate_host_toolset_mkpeephole'] = int(
847-
cross_compiling)
848846

849847
if target_arch == 'arm':
850848
configure_arm(o)

0 commit comments

Comments
 (0)