Commit 30cf629
committed
remove useless cxx_use_ld argument
The argument cxx_use_ld generated a warning and wasn't used.
```
WARNING at the command-line "--args":1:132: Build argument has no effect.
target_os="linux" target_cpu="x64" is_debug=false symbol_level=0 is_official_build=false v8_enable_handle_zapping=false cxx_use_ld="lld"
^----
The variable "cxx_use_ld" was set as a build argument
but never appeared in a declare_args() block in any buildfile.
To view all possible args, run "gn args --list <out_dir>"
The build continued as if that argument was unspecified.
```1 parent 21331e7 commit 30cf629
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
235 | 234 | | |
236 | 235 | | |
237 | 236 | | |
| |||
243 | 242 | | |
244 | 243 | | |
245 | 244 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | 245 | | |
250 | 246 | | |
251 | 247 | | |
| |||
0 commit comments