Skip to content

Commit

Permalink
Remove unused run_dsymutil and gpg_password_file config values
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Dec 10, 2023
1 parent 6badc0d commit ccbd88d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,6 @@ define_config! {
define_config! {
struct Dist {
sign_folder: Option<String> = "sign-folder",
gpg_password_file: Option<String> = "gpg-password-file",
upload_addr: Option<String> = "upload-addr",
src_tarball: Option<bool> = "src-tarball",
missing_tools: Option<bool> = "missing-tools",
Expand Down Expand Up @@ -1070,7 +1069,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 @@ -1522,7 +1520,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 Expand Up @@ -1854,7 +1851,6 @@ impl Config {
if let Some(dist) = toml.dist {
let Dist {
sign_folder,
gpg_password_file: _,
upload_addr,
src_tarball,
missing_tools,
Expand Down

0 comments on commit ccbd88d

Please sign in to comment.