Skip to content

Commit

Permalink
Delete the obsolete flag --distinct_host_configuration.
Browse files Browse the repository at this point in the history
Fixes bazelbuild#17731.

RELNOTES: The flag `--distinct_host_configuration` is removed. It has been a no-op since Bazel 6.0.0.
PiperOrigin-RevId: 518366987
Change-Id: I6fff03380586cc771151ba4252eba7afba12323e
  • Loading branch information
katre authored and pull[bot] committed Jul 15, 2023
1 parent a009eca commit 1887299
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,15 +448,6 @@ public static final class AllCommandGraveyardOptions extends OptionsBase {
help = "No-op")
public boolean besBestEffort;

@Option(
name = "distinct_host_configuration",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.NO_OP},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
help = "No-op.")
public boolean useDistinctHostConfiguration;

@Option(
name = "experimental_keep_config_nodes_on_analysis_discard",
defaultValue = "false",
Expand Down

0 comments on commit 1887299

Please sign in to comment.