| Index: build/toolchain/win/BUILD.gn
|
| diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn
|
| index f7637c9fb4fdd9be04ed55c71c1910164a0aa239..fc4a8e6d39f8576af3fce90eeef278303c5de508 100644
|
| --- a/build/toolchain/win/BUILD.gn
|
| +++ b/build/toolchain/win/BUILD.gn
|
| @@ -24,9 +24,6 @@ if (use_goma) {
|
| goma_prefix = ""
|
| }
|
|
|
| -# This value will be inherited in the toolchain below.
|
| -concurrent_links = exec_script("../get_concurrent_links.py", [], "value")
|
| -
|
| # Copy the VS runtime DLL for the default toolchain to the root build directory
|
| # so things will run.
|
| if (current_toolchain == default_toolchain) {
|
|
|