Skip to content

Commit

Permalink
Remove unused run_dsymutil Rust config value
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Dec 7, 2023
1 parent 15833b3 commit 8fd8367
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,6 @@ define_config! {
debuginfo_level_tools: Option<DebuginfoLevel> = "debuginfo-level-tools",
debuginfo_level_tests: Option<DebuginfoLevel> = "debuginfo-level-tests",
split_debuginfo: Option<String> = "split-debuginfo",
run_dsymutil: Option<bool> = "run-dsymutil",
backtrace: Option<bool> = "backtrace",
incremental: Option<bool> = "incremental",
parallel_compiler: Option<bool> = "parallel-compiler",
Expand Down Expand Up @@ -1395,7 +1394,6 @@ impl Config {
debuginfo_level_tools: debuginfo_level_tools_toml,
debuginfo_level_tests: debuginfo_level_tests_toml,
split_debuginfo,
run_dsymutil: _,
backtrace,
incremental,
parallel_compiler,
Expand Down

0 comments on commit 8fd8367

Please sign in to comment.