Skip to content

Commit ccbd88d

Browse files
committed
Remove unused run_dsymutil and gpg_password_file config values
1 parent 6badc0d commit ccbd88d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bootstrap/src/core/config/config.rs

-4
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,6 @@ define_config! {
894894
define_config! {
895895
struct Dist {
896896
sign_folder: Option<String> = "sign-folder",
897-
gpg_password_file: Option<String> = "gpg-password-file",
898897
upload_addr: Option<String> = "upload-addr",
899898
src_tarball: Option<bool> = "src-tarball",
900899
missing_tools: Option<bool> = "missing-tools",
@@ -1070,7 +1069,6 @@ define_config! {
10701069
debuginfo_level_tools: Option<DebuginfoLevel> = "debuginfo-level-tools",
10711070
debuginfo_level_tests: Option<DebuginfoLevel> = "debuginfo-level-tests",
10721071
split_debuginfo: Option<String> = "split-debuginfo",
1073-
run_dsymutil: Option<bool> = "run-dsymutil",
10741072
backtrace: Option<bool> = "backtrace",
10751073
incremental: Option<bool> = "incremental",
10761074
parallel_compiler: Option<bool> = "parallel-compiler",
@@ -1522,7 +1520,6 @@ impl Config {
15221520
debuginfo_level_tools: debuginfo_level_tools_toml,
15231521
debuginfo_level_tests: debuginfo_level_tests_toml,
15241522
split_debuginfo,
1525-
run_dsymutil: _,
15261523
backtrace,
15271524
incremental,
15281525
parallel_compiler,
@@ -1854,7 +1851,6 @@ impl Config {
18541851
if let Some(dist) = toml.dist {
18551852
let Dist {
18561853
sign_folder,
1857-
gpg_password_file: _,
18581854
upload_addr,
18591855
src_tarball,
18601856
missing_tools,

0 commit comments

Comments
 (0)