Skip to content

Commit afa27ab

Browse files
authored
Remove warning for Ninja being experimental (#20559)
1 parent 356bf1c commit afa27ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/system_libs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def get_top_level_ninja_file():
139139

140140

141141
def run_ninja(build_dir):
142-
diagnostics.warning('experimental', 'ninja support is experimental')
143142
cmd = ['ninja', '-C', build_dir, f'-j{shared.get_num_cores()}']
144143
if shared.PRINT_SUBPROCS:
145144
cmd.append('-v')

0 commit comments

Comments
 (0)