| Index: build/toolchain/win/BUILD.gn
|
| diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn
|
| index e2458e2624eb8e29a04629a3e18aece35f966d33..26b8e6d872ca086c5f1bcaa761fa06ede7b74393 100644
|
| --- a/build/toolchain/win/BUILD.gn
|
| +++ b/build/toolchain/win/BUILD.gn
|
| @@ -10,11 +10,6 @@ import("//build/toolchain/toolchain.gni")
|
| # Should only be running on Windows.
|
| assert(is_win)
|
|
|
| -declare_args() {
|
| - # Set to true to use lld, the LLVM linker.
|
| - use_lld = false
|
| -}
|
| -
|
| # Setup the Visual Studio state.
|
| #
|
| # Its arguments are the VS path and the compiler wrapper tool. It will write
|
|
|