Skip to content

Commit a0fb98a

Browse files
authored
Remove unnecessary invocation of get_concurrent_links.py. (flutter#351)
This was used to populate a variable that was not used and ended up stopping a build of developer for no reason. Fixes flutter#52801
1 parent 9a63d08 commit a0fb98a

File tree

2 files changed

+0
-67
lines changed

2 files changed

+0
-67
lines changed

build/toolchain/gcc_toolchain.gni

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file.
44

5-
# This value will be inherited in the toolchain below.
6-
concurrent_links = exec_script("get_concurrent_links.py", [], "value")
7-
85
import("//build/toolchain/clang.gni")
96
import("//build/toolchain/clang_static_analyzer.gni")
107

build/toolchain/get_concurrent_links.py

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)